summaryrefslogtreecommitdiff
path: root/Build/Configure.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-01 15:12:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-01 15:12:32 -0400
commit0b24863a852497b669d0a6f18b32cef014131d4b (patch)
tree8ca193a48a9dcf35b1df57538cd08cb299ae230e /Build/Configure.hs
parent7239c342639b235156939a74104fbb05ab1e5f94 (diff)
test for nocache at configure time
Diffstat (limited to 'Build/Configure.hs')
-rw-r--r--Build/Configure.hs1
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") ]