Got a lot of regex test cases working
This commit is contained in:
parent
f37a13ef41
commit
0600440b7c
11 changed files with 148 additions and 14 deletions
5
Makefile
5
Makefile
|
|
@ -11,7 +11,10 @@ CONFIG_VARS= INCLUDE_TESTS
|
|||
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
%:
|
||||
nojni: all
|
||||
nojni: SUBDIRS:=$(filter-out jni,$(SUBDIRS))
|
||||
|
||||
all clean:
|
||||
+for dir in $(SUBDIRS); do $(MAKE) -C $${dir} $@; done
|
||||
|
||||
test: src/test_suite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue