|
|
@@ -24,8 +24,9 @@ TEST_SOURCES := $(wildcard $(TEST_DIR)*.cxx)
|
|
|
TEST_OBJECTS := $(patsubst %.cxx, .build/%.o, $(TEST_SOURCES))
|
|
|
TEST_BINARIES := .build/bin/selfvalidate
|
|
|
|
|
|
-EXCLUDED_TESTS := optional_format* content bignum non_bmp_regex float_overflow ecmascript_regex
|
|
|
-EXCLUDED_TESTS := $(shell printf ":*%s" $(EXCLUDED_TESTS) | cut -c2-)
|
|
|
+EXCLUDED_TESTS := format* content non_bmp_regex ecmascript_regex \
|
|
|
+ bignum float_overflow zeroTerminatedFloats
|
|
|
+EXCLUDED_TESTS := $(shell printf ":*optional_%s" $(EXCLUDED_TESTS) | cut -c2-)
|
|
|
|
|
|
all: run-test
|
|
|
|