From deadc4d33faa8bf06f09cd32d936db81ff4b76dd Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Fri, 4 Oct 2019 07:51:28 +0200 Subject: [PATCH] core-test: run 182 of 193 tests (#34) 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)$$" .