]> hydra-www.ietfng.org Git - dyna2/commitdiff
added examples/lists.dyna to end-to-end tests
authorTim Vieira <tim.f.vieira@gmail.com>
Fri, 28 Jun 2013 21:16:36 +0000 (17:16 -0400)
committerTim Vieira <tim.f.vieira@gmail.com>
Fri, 28 Jun 2013 21:16:36 +0000 (17:16 -0400)
examples/lists.dyna [new file with mode: 0644]
src/Dyna/Backend/Python/Selftest.hs

diff --git a/examples/lists.dyna b/examples/lists.dyna
new file mode 100644 (file)
index 0000000..cbcae50
--- /dev/null
@@ -0,0 +1,4 @@
+
+f([1,2]).
+
+a := [1,2].
index 3d28e4ddd5628195dafc116db7bed66d6f9200d3..53e1405187e753a7ec35f6957b6380c52fce6f84 100644 (file)
@@ -77,7 +77,7 @@ mkExample name =
 -- will be broken. ;)
 test_End_To_End :: [Test]
 test_End_To_End = map mkExample
-  [ "simple", "equalities", "fib-limit", "dijkstra", "papa2", "matrixops", "geom" ]
+  [ "simple", "equalities", "fib-limit", "dijkstra", "papa2", "matrixops", "geom", "lists" ]
 
 test_REPL :: [Test]
 test_REPL = map (\n -> testProgramRuns n ("./test/repl/"++n) [])