update tap, also other flakes

This commit is contained in:
rhiannon morris 2023-02-23 10:02:45 +01:00
parent efca9a7138
commit abe812fc40
2 changed files with 12 additions and 11 deletions

View file

@ -14,4 +14,5 @@ allTests = [
Typechecker.tests
]
main = TAP.main !getTestOpts ["all" :- allTests]
main : IO ()
main = TAP.main !(getTestOpts "quox test suite") ["all" :- allTests]