Skip to content
Snippets Groups Projects
Commit a9d7c434 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

[cling] Build clingDemoPlugin when testing.

parent 30f7a3cb
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ set(CLING_TEST_PARAMS ...@@ -46,7 +46,7 @@ set(CLING_TEST_PARAMS
cling_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg cling_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg
) )
add_custom_target(cling-test-depends DEPENDS ${CLING_TEST_DEPS}) add_custom_target(cling-test-depends DEPENDS clingDemoPlugin ${CLING_TEST_DEPS})
add_lit_testsuite(check-cling "Running the Cling regression tests" add_lit_testsuite(check-cling "Running the Cling regression tests"
${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment