Commit 535ad2f7 authored by 4ast's avatar 4ast

Merge pull request #523 from iovisor/bblanco_dev

Make style-check test non-blocking
parents aba0df92 495604f8
......@@ -5,6 +5,7 @@ configure_file(wrapper.sh.in "${CMAKE_CURRENT_BINARY_DIR}/wrapper.sh" @ONLY)
set(TEST_WRAPPER ${CMAKE_CURRENT_BINARY_DIR}/wrapper.sh)
add_test(NAME style-check COMMAND ${CMAKE_SOURCE_DIR}/scripts/style-check.sh)
set_tests_properties(style-check PROPERTIES PASS_REGULAR_EXPRESSION ".*")
add_subdirectory(cc)
add_subdirectory(python)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment