forked from GitHub/gf-core
started a testsuite
This commit is contained in:
6
src/runtime/haskell/tests/basic.hs
Normal file
6
src/runtime/haskell/tests/basic.hs
Normal file
@@ -0,0 +1,6 @@
|
||||
import Test.HUnit
|
||||
import PGF2
|
||||
|
||||
main = do
|
||||
gr <- readPGF "tests/basic.pgf"
|
||||
runTestTTAndExit (TestCase (assertEqual "abstract names" "basic" (abstractName gr)))
|
||||
Reference in New Issue
Block a user