aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/test/Spec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/test/Spec.hs')
-rw-r--r--specification/test/Spec.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/specification/test/Spec.hs b/specification/test/Spec.hs
new file mode 100644
index 0000000..d102365
--- /dev/null
+++ b/specification/test/Spec.hs
@@ -0,0 +1,11 @@
1import qualified Edifact
2
3import Test.Framework
4
5main :: IO ()
6main = defaultMain [suite]
7
8suite :: Test
9suite = testGroup "specification"
10 [ Edifact.suite
11 ]