diff options
author | Adrian Thurston <thurston@complang.org> | 2011-11-20 23:10:00 +0000 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2011-11-20 23:10:00 +0000 |
commit | d294d1cd9a07d736b5a9e0a1cdaa58deb657e0ef (patch) | |
tree | 327d177f7d11b8a0c61a71dbe33d228a6619b96e /test | |
parent | d6699fe744b583a7cce1567935dc6979c1cb035a (diff) | |
download | colm-d294d1cd9a07d736b5a9e0a1cdaa58deb657e0ef.tar.gz |
Added export cases to the dist.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 829be4e1..7809eecb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -59,7 +59,8 @@ TEST_CASES = \ commitbt.lm \ sprintf.lm \ div.lm \ - scope1.lm + scope1.lm \ + export1.lm INPUT = \ accum1.in \ @@ -105,7 +106,8 @@ INPUT = \ treecmp1.in \ undofrag1.in \ undofrag2.in \ - undofrag3.in + undofrag3.in \ + export1.in EXPECTED_OUTPUT = \ accum1.exp \ @@ -164,6 +166,7 @@ EXPECTED_OUTPUT = \ treecmp1.exp \ undofrag1.exp \ undofrag2.exp \ - undofrag3.exp + undofrag3.exp \ + export1.exp EXTRA_DIST = genmf TESTS runtests.mk $(TEST_CASES) $(INPUT) $(EXPECTED_OUTPUT) |