fixfile-0.1.0.0: tests/Tests.hs
import Test.Tasty
import TestSet
import TestTree23
import TestTrie
import TestBTree
import TestFixFile
main :: IO ()
main = defaultMain $
testGroup "FixFile"
[
test23
,testSet
,testTrie
,testBTree
,testFixFile
]