From 6a083d8af0011e65dc92ca1536613e1b8d4f9d08 Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Mon, 30 Sep 2019 07:48:34 +0200 Subject: [PATCH] core-test: run 182 of 193 tests Signed-off-by: Yoan Blanc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e185c5..08fb92b 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ test-go: test-core: editorconfig cd core-test; cmake .. - cd core-test; ctest -E "(comments_after_section|octothorpe|_pre_0.9.0|max_|root_file_mixed_case)" --output-on-failure . + cd core-test; ctest -E "^(comments_after_section|(escaped_)?octothorpe_(in_|comments_).*|indent_size_default_pre_0.9.0|max_property_.*|max_section_name_ignore|root_file_mixed_case)$$" .