diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-24 23:44:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-24 23:44:30 -0400 |
commit | d89ef06a2718db9db8af85ff1166ffdeb45a9ba8 (patch) | |
tree | 73e62553cd444ff46ef7aa598b55941ecacc43f2 /Build/Configure.hs | |
parent | b0e40867cea9b46bb231ef24516aec7dd09c8473 (diff) |
Added support for quvi 0.9. Slightly suboptimal due to limitations in its interface compared with the old version.
Diffstat (limited to 'Build/Configure.hs')
-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 aeff256b4..d17f6cbf0 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -35,6 +35,7 @@ tests = , TestCase "wget" $ testCmd "wget" "wget --version >/dev/null" , TestCase "bup" $ testCmd "bup" "bup --version >/dev/null" , TestCase "quvi" $ testCmd "quvi" "quvi --version >/dev/null" + , 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 "gpg" $ maybeSelectCmd "gpg" |