summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-05-19 15:14:08 -0400
committerAdrian Thurston <thurston@complang.org>2012-05-19 15:14:08 -0400
commitc019be2ba2d2deac96c05a5080e1f7c898907c1a (patch)
treed5359da0bb107e205bfacc198e48d36d739d86d9
parent825faa6f0d6b43513cca72b33e2ecf83763a2f56 (diff)
downloadcolm-0.5.tar.gz
Added missing files to test/Makefile.am.colm-0.50.5
-rw-r--r--test/Makefile.am15
1 files changed, 12 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index d42837bd..271cc698 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -70,7 +70,10 @@ TEST_CASES = \
export1.lm \
multiregion1.lm \
multiregion2.lm \
- lhs1.lm
+ lhs1.lm \
+ rhsref1.lm \
+ order1.lm \
+ order2.lm
INPUT = \
ambig1.in \
@@ -129,7 +132,10 @@ INPUT = \
export1.in \
multiregion1.in \
multiregion2.in \
- lhs1.in
+ lhs1.in \
+ rhsref1.in \
+ order1.in \
+ order2.in
EXPECTED_OUTPUT = \
ambig1.exp \
@@ -201,6 +207,9 @@ EXPECTED_OUTPUT = \
export1.exp \
multiregion1.exp \
multiregion2.exp \
- lhs1.exp
+ lhs1.exp \
+ rhsref1.exp \
+ order1.exp \
+ order2.exp
EXTRA_DIST = genmf TESTS runtests.mk $(TEST_CASES) $(INPUT) $(EXPECTED_OUTPUT)