diff options
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] |