Skip to content
Snippets Groups Projects
Unverified Commit 407ecf30 authored by Xavier Robin's avatar Xavier Robin
Browse files

test: test_complib doesn't depend on a default lib

parent 23821eac
No related branches found
No related tags found
No related merge requests found
...@@ -5,12 +5,12 @@ set(OST_CONOP_UNIT_TESTS ...@@ -5,12 +5,12 @@ set(OST_CONOP_UNIT_TESTS
test_rule_based_conop.cc test_rule_based_conop.cc
helper.cc helper.cc
test_processor.py test_processor.py
test_complib.py
) )
if (COMPOUND_LIB) if (COMPOUND_LIB)
list(APPEND OST_CONOP_UNIT_TESTS test_compound.py list(APPEND OST_CONOP_UNIT_TESTS test_compound.py
test_cleanup.py test_cleanup.py)
test_complib.py)
endif() endif()
ost_unittest(MODULE conop ost_unittest(MODULE conop
......
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