diff --git a/modules/conop/tests/CMakeLists.txt b/modules/conop/tests/CMakeLists.txt index d8c617147a03bb777a72b0aaf2969c5198d3b02c..e8a1fc4ce12cb26cbf2acdc61a1889746947c6d5 100644 --- a/modules/conop/tests/CMakeLists.txt +++ b/modules/conop/tests/CMakeLists.txt @@ -5,12 +5,12 @@ set(OST_CONOP_UNIT_TESTS test_rule_based_conop.cc helper.cc test_processor.py + test_complib.py ) if (COMPOUND_LIB) list(APPEND OST_CONOP_UNIT_TESTS test_compound.py - test_cleanup.py - test_complib.py) + test_cleanup.py) endif() ost_unittest(MODULE conop