diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-16 19:13:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-16 19:13:05 -0400 |
commit | 1247bfeaa7356e766d3ea09fa50bd300650f78af (patch) | |
tree | f735a2193b8a2309c988169573be908e62521314 /configure.hs | |
parent | 4f9fafa02354d275d6fa83ff42ada4ebd1bc83d8 (diff) |
gpg recommended
Diffstat (limited to 'configure.hs')
-rw-r--r-- | configure.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.hs b/configure.hs index 4ab305239..c81aa17e6 100644 --- a/configure.hs +++ b/configure.hs @@ -16,6 +16,7 @@ tests = , TestCase "rsync" $ requireCmd "rsync" "rsync --version >/dev/null" , TestCase "curl" $ testCmd "curl" "curl --version >/dev/null" , TestCase "bup" $ testCmd "bup" "bup --version >/dev/null" + , TestCase "gpg" $ testCmd "gpg" "gpg --version >/dev/null" , TestCase "unicode FilePath support" $ unicodeFilePath ] ++ shaTestCases [1, 256, 512, 224, 384] |