Idris2/tests/idris2/misc/golden001/Test.idr

19 lines
215 B
Idris
Raw Normal View History

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