From aa255f37f24abc320b1101fb85f7e9f4d9e21cff Mon Sep 17 00:00:00 2001 From: minux Date: Sat, 12 Apr 2014 14:04:10 -0400 Subject: tests2: fix and enable 46_grep test. --- tests/tests2/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/tests2/Makefile') diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 6e0fa34..c47fe0a 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -84,11 +84,9 @@ TESTS = \ 66_macro_concat_end.test \ 67_macro_concat.test -# 30_hanoi.test -- seg fault in the code, gcc as well # 34_array_assignment.test -- array assignment is not in C standard -# 46_grep.test -- does not compile even with gcc -SKIP = 34_array_assignment.test 46_grep.test +SKIP = 34_array_assignment.test # some tests do not pass on all platforms, remove them for now ifeq ($(TARGETOS),Darwin) @@ -102,6 +100,7 @@ endif # Some tests might need arguments ARGS = 31_args.test : ARGS = arg1 arg2 arg3 arg4 arg5 +46_grep.test : ARGS = '[^* ]*[:a:d: ]+\:\*-/: $$' 46_grep.c all test: $(filter-out $(SKIP),$(TESTS)) -- cgit v1.3.1