Преглед изворни кода

chore: update Makefile to run all supported tests

Sam Jaffe пре 2 недеља
родитељ
комит
e81526a6c4
1 измењених фајлова са 2 додато и 3 уклоњено
  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*"