Idris2/tests/idris2/misc/golden001/Test.idr
2023-09-07 14:57:22 +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 ]