compdata-dags-0.1: tests/RunTests.hs
import Test.Examples as Ex
import Test.Dag as Dag
import Test.Framework
main = defaultMain allTests
allTests =
[ testGroup "Examples" Ex.tests
, testGroup "Dag" Dag.tests
]
import Test.Examples as Ex
import Test.Dag as Dag
import Test.Framework
main = defaultMain allTests
allTests =
[ testGroup "Examples" Ex.tests
, testGroup "Dag" Dag.tests
]