add a stupid test harness

This commit is contained in:
Joey Hess 2010-11-02 16:49:35 -04:00
parent c7b0f60fba
commit d93a372894
3 changed files with 20 additions and 9 deletions

8
test.hs Normal file
View file

@ -0,0 +1,8 @@
-- TODO find a test harness that is actually in Debian and use it.
import Test.QuickCheck
import GitRepo
main = do
putStr "prop_idempotent_deencode "
quickCheck prop_idempotent_deencode