Updated the svn:ignore in test, added EXTRA_DIST so that tests get added to the
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 4 Apr 2009 15:58:50 +0000 (15:58 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 4 Apr 2009 15:58:50 +0000 (15:58 +0000)
distribution, and added CLEANFILES.

git-svn-id: http://svn.complang.org/ragel/trunk@776 052ea7fc-9027-0410-9066-f65837a77df0

test/Makefile.am

index 492dec3..76dcd6a 100644 (file)
 
 TESTS = runtests
 
+EXTRA_DIST = \
+       atoi1.rl clang2.rl cond7.rl element3.rl erract8.rl forder3.rl java1.rl \
+       range.rl scan3.rl xml.rl atoi2.rl clang3.rl cppscan1.rl eofact.rl \
+       erract9.rl gotocallret1.rl java2.rl recdescent1.rl scan4.rl atoi3.rl \
+       clang4.rl cppscan2.rl erract1.rl export1.rl gotocallret2.rl keller1.rl \
+       recdescent2.rl stateact1.rl awkemu.rl cond1.rl cppscan3.rl erract2.rl \
+       export2.rl high1.rl lmgoto.rl recdescent3.rl statechart1.rl builtin.rl \
+       cond2.rl cppscan4.rl erract3.rl export3.rl high2.rl mailbox1.rl \
+       repetition.rl strings1.rl call1.rl cond3.rl cppscan5.rl erract4.rl \
+       export4.rl high3.rl mailbox2.rl rlscan.rl strings2.rl call2.rl cond4.rl \
+       cppscan6.rl erract5.rl fnext1.rl import1.rl mailbox3.rl ruby1.rl \
+       tokstart1.rl call3.rl cond5.rl element1.rl erract6.rl forder1.rl \
+       include1.rl minimize1.rl scan1.rl union.rl clang1.rl cond6.rl \
+       element2.rl erract7.rl forder2.rl include2.rl patact.rl scan2.rl \
+       xmlcommon.rl langtrans_c.sh langtrans_csharp.sh langtrans_d.sh \
+       langtrans_java.sh langtrans_ruby.sh checkeofact.txl \
+       langtrans_csharp.txl langtrans_c.txl langtrans_d.txl langtrans_java.txl \
+       langtrans_ruby.txl testcase.txl
 
-#clean:
-#      rm -f *.c *.cpp *.m *.d *.java *.bin *.class *.exp \
-#              *.out *_c.rl *_d.rl *_java.rl *_ruby.rl *_csharp.rl *.cs *.exe
-#
-#distclean: clean
-#      rm -f Makefile
-#
-
-#Makefile: runtests
-
+CLEANFILES = \
+       *.c *.cpp *.m *.d *.java *.bin *.class *.exp \
+       *.out *_c.rl *_d.rl *_java.rl *_ruby.rl *_csharp.rl *.cs *.exe