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)$$" .