Ver Fonte

chore: update Makefile to run all supported tests

Sam Jaffe há 2 semanas atrás
pai
commit
e81526a6c4
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      Makefile

+ 2 - 3
Makefile

@@ -26,10 +26,9 @@ TEST_OBJECTS := $(patsubst %.cxx, .build/%.o, $(TEST_SOURCES))
 TEST_BINARIES := .build/bin/selfvalidate .build/bin/annotation_test .build/bin/extension_test
 EXECUTE_TESTS := $(patsubst %, %.done, $(TEST_BINARIES))
 
-EXCLUDED_FORMAT_TESTS := color ip_address host_name
+EXCLUDED_FORMAT_TESTS :=
 EXCLUDED_FORMAT_TESTS := $(shell printf ":*optional_format_%s*" $(EXCLUDED_FORMAT_TESTS) | cut -c2-)
-EXCLUDED_FORMAT_TESTS := Draft3/JsonSchema.TestSuite/optional_format_time:$(EXCLUDED_FORMAT_TESTS)
-EXCLUDED_TESTS := content *ecmascript_regex zeroTerminatedFloats non_bmp_regex
+EXCLUDED_TESTS := content *ecmascript_regex zeroTerminatedFloats
 EXCLUDED_TESTS := $(shell printf ":*optional_%s" $(EXCLUDED_TESTS) | cut -c2-):$(EXCLUDED_FORMAT_TESTS)
 EXCLUDED_TEST_CASES = "*leap second*"