]> granicus.if.org Git - flex/commitdiff
Added options to test-table-opts
authorJohn Millaway <john43@users.sourceforge.net>
Sat, 10 Aug 2002 17:17:44 +0000 (17:17 +0000)
committerJohn Millaway <john43@users.sourceforge.net>
Sat, 10 Aug 2002 17:17:44 +0000 (17:17 +0000)
tests/test-table-opts/.cvsignore
tests/test-table-opts/Makefile.am

index 7a74a19b9538493860d7151a5d422845422d6d6f..91ff750556cd7b133e9d260e6c0aedabee87d154 100644 (file)
@@ -2,8 +2,7 @@ Makefile
 Makefile.in
 parser.c
 parser.h
-scanner.c
 TEMPLATE
 OUTPUT
 .deps
-test-table-opts
+test-opt-*
index 6441c6646ebe5cfa10d344e24f2d97cea5ee3181..63ab9fe9986e3f2287d35601b69a4e0cf8b9d335 100644 (file)
@@ -28,7 +28,7 @@ BISON = @BISON@
 FLEX = $(top_builddir)/flex
 
 testname  := test-table-opts
-allopts   := -Ca -Ce -Cf -CF -Cm -Cem
+allopts   := -Ca -Ce -Cf -CF -Cm -Cem -Cae -Caf -CaF -Cam -Caem
 alltests  := $(foreach opt,$(allopts),test-opt-r$(opt) test-opt-nr$(opt))
 alltestexe := $(addsuffix $(EXEEXT),$(alltests))
 alltestsrc := $(addsuffix .c,$(alltests))
@@ -52,7 +52,7 @@ test-opt%$(EXEEXT): test-opt%.o
 
 test: $(alltestexe)
        for t in $(alltestexe) ; do \
-               ./$$t < $(srcdir)/test.input ; \
+               ./$$t < $(srcdir)/test.input || exit 1 ; \
        done
 
 .c.o: