Idris2/tests/idris2/golden001/Test.idr
2021-06-25 14:04:46 +01:00

19 lines
215 B
Idris

module Test
import Test.Golden
tests : TestPool
tests
= MkTestPool "Hello World"
[]
Nothing
[ "000-hello"]
export
main : IO ()
main = runner [ tests ]
-- [ EOF ]