summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2010-03-27 00:02:06 +0000
committerAdrian Thurston <thurston@complang.org>2010-03-27 00:02:06 +0000
commitbb8dc6c4234bb685917e26ebe1707f69903bfe24 (patch)
treedeb9015a02f88be5b7f66ae6c2b9843f549a21c1 /test
parent52d903be47d53a33b114162c84eeec7111261a92 (diff)
downloadcolm-bb8dc6c4234bb685917e26ebe1707f69903bfe24.tar.gz
Added a clean target and liftattrs to the suite.
Diffstat (limited to 'test')
-rw-r--r--test/TESTS1
-rwxr-xr-xtest/genmf4
-rw-r--r--test/liftattrs.exp3
3 files changed, 8 insertions, 0 deletions
diff --git a/test/TESTS b/test/TESTS
index dba1fee4..05c3c7ce 100644
--- a/test/TESTS
+++ b/test/TESTS
@@ -38,4 +38,5 @@ TESTS="
travs1.lm
constructex.lm
rediv.lm
+ liftattrs.lm
"
diff --git a/test/genmf b/test/genmf
index 3c78d396..b8acab17 100755
--- a/test/genmf
+++ b/test/genmf
@@ -38,6 +38,10 @@ echo
echo 'all: Makefile $(DIFFS) $(SUBDIRS)'
echo
+echo '.PHONY: clean'
+echo 'clean:'
+echo ' rm *.bin'
+echo
echo '.PHONY: $(SUBDIRS)'
echo
echo '$(SUBDIRS):'
diff --git a/test/liftattrs.exp b/test/liftattrs.exp
new file mode 100644
index 00000000..1da4534a
--- /dev/null
+++ b/test/liftattrs.exp
@@ -0,0 +1,3 @@
+<wrapper foo=bar1 foo=bar2><t1 a=b c=d>
+ <t2 e=f></t2>
+</t1></wrapper>