diff options
| author | minux <minux.ma@gmail.com> | 2014-04-12 14:04:10 -0400 |
|---|---|---|
| committer | minux <minux.ma@gmail.com> | 2014-04-12 14:04:10 -0400 |
| commit | aa255f37f24abc320b1101fb85f7e9f4d9e21cff (patch) | |
| tree | 078c0a79728e6d8add3c157d1ad894528b67fde7 /tests/tests2/Makefile | |
| parent | 0a51386960bcf116cce03fe61e21effd875cd792 (diff) | |
| download | tinycc-aa255f37f24abc320b1101fb85f7e9f4d9e21cff.tar.gz tinycc-aa255f37f24abc320b1101fb85f7e9f4d9e21cff.tar.bz2 | |
tests2: fix and enable 46_grep test.
Diffstat (limited to 'tests/tests2/Makefile')
| -rw-r--r-- | tests/tests2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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)) |
