diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-01 15:12:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-01 15:12:32 -0400 |
commit | 0b24863a852497b669d0a6f18b32cef014131d4b (patch) | |
tree | 8ca193a48a9dcf35b1df57538cd08cb299ae230e /Build | |
parent | 7239c342639b235156939a74104fbb05ab1e5f94 (diff) |
test for nocache at configure time
Diffstat (limited to 'Build')
-rw-r--r-- | Build/Configure.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs index d17f6cbf0..0926496f8 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -38,6 +38,7 @@ tests = , TestCase "newquvi" $ testCmd "newquvi" "quvi info >/dev/null" , TestCase "nice" $ testCmd "nice" "nice true >/dev/null" , TestCase "ionice" $ testCmd "ionice" "ionice -c3 true >/dev/null" + , TestCase "nocache" $ testCmd "nocache" "nocache true >/dev/null" , TestCase "gpg" $ maybeSelectCmd "gpg" [ ("gpg", "--version >/dev/null") , ("gpg2", "--version >/dev/null") ] |