Skip to content
Snippets Groups Projects
Commit 607a2778 authored by Bienchen's avatar Bienchen
Browse files

Made compoundslib unit tests conditional

parent cd8ea1c0
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,15 @@ set(OST_CONOP_UNIT_TESTS ...@@ -2,13 +2,15 @@ set(OST_CONOP_UNIT_TESTS
test_heuristic_conop.cc test_heuristic_conop.cc
tests.cc tests.cc
test_rule_based_conop.cc test_rule_based_conop.cc
helper.cc helper.cc
test_compound.py
test_cleanup.py test_cleanup.py
test_processor.py test_processor.py
test_nonstandard.py test_nonstandard.py
) )
if (COMPOUND_LIB)
list(APPEND OST_CONOP_UNIT_TESTS test_compound.py)
endif()
ost_unittest(MODULE conop ost_unittest(MODULE conop
SOURCES "${OST_CONOP_UNIT_TESTS}") SOURCES "${OST_CONOP_UNIT_TESTS}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment