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

Made compoundslib unit tests conditional

parent cd8ea1c0
Branches
Tags
No related merge requests found
......@@ -2,13 +2,15 @@ set(OST_CONOP_UNIT_TESTS
test_heuristic_conop.cc
tests.cc
test_rule_based_conop.cc
helper.cc
test_compound.py
helper.cc
test_cleanup.py
test_processor.py
test_nonstandard.py
)
if (COMPOUND_LIB)
list(APPEND OST_CONOP_UNIT_TESTS test_compound.py)
endif()
ost_unittest(MODULE conop
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