Skip to content

Commit 8ad3fce

Browse files
committed
[SofaGeneralEngine] FIX disabled tests
1 parent 89071ab commit 8ad3fce

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

modules/SofaGeneralEngine/SofaGeneralEngine_test/CMakeLists.txt

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,21 @@ set(HEADER_FILES)
66

77
set(SOURCE_FILES ../../empty.cpp)
88

9-
if(SOFA_BUILD_COMPONENTSET_STANDARD)
10-
list(APPEND SOURCE_FILES
11-
AverageCoord_test.cpp
12-
ClusteringEngine_test.cpp
13-
ComplementaryROI_test.cpp
14-
DifferenceEngine_test.cpp
15-
DilateEngine_test.cpp
16-
ExtrudeEdgesAndGenerateQuads_test.cpp
17-
MeshROI_test.cpp
18-
SphereROI_test.cpp
19-
PlaneROI_test.cpp
20-
TransformEngine_test.cpp
21-
SmoothMeshEngine_test.cpp
22-
IndicesFromValues_test.cpp
23-
MergePoints_test.cpp
24-
IndexValueMapper_test.cpp)
25-
endif()
9+
list(APPEND SOURCE_FILES
10+
AverageCoord_test.cpp
11+
ClusteringEngine_test.cpp
12+
ComplementaryROI_test.cpp
13+
DifferenceEngine_test.cpp
14+
DilateEngine_test.cpp
15+
ExtrudeEdgesAndGenerateQuads_test.cpp
16+
MeshROI_test.cpp
17+
SphereROI_test.cpp
18+
PlaneROI_test.cpp
19+
TransformEngine_test.cpp
20+
SmoothMeshEngine_test.cpp
21+
IndicesFromValues_test.cpp
22+
MergePoints_test.cpp
23+
IndexValueMapper_test.cpp)
2624

2725
add_executable(${PROJECT_NAME} ${SOURCE_FILES})
2826
target_link_libraries(${PROJECT_NAME} SofaGTestMain SofaTest)

0 commit comments

Comments
 (0)