lol-0.2.0.0: tests/Main.hs
import TensorTests
import CycTests
import ZqTests
import Test.Framework
main :: IO ()
main = do
flip defaultMainWithArgs ["--threads=1","--maximum-generated-tests=100"]
[ testGroup "Tensor Tests" tensorTests
,testGroup "Cyc Tests" cycTests
,testGroup "Zq Tests" zqTests
]