add a stupid test harness
This commit is contained in:
parent
c7b0f60fba
commit
d93a372894
3 changed files with 20 additions and 9 deletions
8
test.hs
Normal file
8
test.hs
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue