Skip to content

Commit

Permalink
core-test: run 182 of 193 tests (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut authored Oct 4, 2019
1 parent 381eddb commit deadc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)$$" .

0 comments on commit deadc4d

Please sign in to comment.