]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/test/Spec.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / test / Spec.hs
1 import qualified Edifact
2
3 import Test.Framework
4
5 main :: IO ()
6 main = defaultMain [suite]
7
8 suite :: Test
9 suite = testGroup "specification"
10 [ Edifact.suite
11 ]