From 407ecf30e6048ea06f481071705342e0f92ed42e Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavalias-github@xavier.robin.name>
Date: Tue, 25 Jul 2023 10:36:39 +0200
Subject: [PATCH] test: test_complib doesn't depend on a default lib

---
 modules/conop/tests/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/conop/tests/CMakeLists.txt b/modules/conop/tests/CMakeLists.txt
index d8c617147..e8a1fc4ce 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
-- 
GitLab