fixed: use correct path

these tests were missing when using Apps/CMakeLists.txt
This commit is contained in:
Arne Morten Kvarving 2023-08-24 10:47:57 +02:00
parent bc066b9336
commit 3e5924ba68

View File

@ -38,7 +38,7 @@ macro(IFEM_add_unittests IFEM_PATH)
endif()
if(LRSPLINE_FOUND OR LRSpline_FOUND)
file(GLOB LR_TEST_SRCS ${PROJECT_SOURCE_DIR}/src/ASM/LR/Test/*.C)
file(GLOB LR_TEST_SRCS ${IFEM_PATH}/src/ASM/LR/Test/*.C)
list(APPEND TEST_SOURCES ${LR_TEST_SRCS})
else()
list(REMOVE_ITEM TEST_SOURCES ${IFEM_PATH}/src/Utility/Test/TestFieldFunctionsLR.C)