From ca0957eab41e94192bc7898b26a06798f0cab302 Mon Sep 17 00:00:00 2001 From: John Millaway Date: Sat, 10 Aug 2002 17:17:44 +0000 Subject: [PATCH] Added options to test-table-opts --- tests/test-table-opts/.cvsignore | 3 +-- tests/test-table-opts/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/test-table-opts/.cvsignore b/tests/test-table-opts/.cvsignore index 7a74a19..91ff750 100644 --- a/tests/test-table-opts/.cvsignore +++ b/tests/test-table-opts/.cvsignore @@ -2,8 +2,7 @@ Makefile Makefile.in parser.c parser.h -scanner.c TEMPLATE OUTPUT .deps -test-table-opts +test-opt-* diff --git a/tests/test-table-opts/Makefile.am b/tests/test-table-opts/Makefile.am index 6441c66..63ab9fe 100644 --- a/tests/test-table-opts/Makefile.am +++ b/tests/test-table-opts/Makefile.am @@ -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: -- 2.40.0