Skip to content

Commit 3eb5b53

Browse files
committed
move clstepcore cpp test dir into clstepcore
1 parent 42e8825 commit 3eb5b53

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

src/clstepcore/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,8 @@ include_directories(
7171
SC_ADDLIB(stepcore "${LIBSTEPCORE_SRCS}" "steputils;stepdai;base")
7272

7373
install(FILES ${SC_CLSTEPCORE_HDRS}
74-
DESTINATION ${INCLUDE_INSTALL_DIR}/stepcode/clstepcore)
74+
DESTINATION ${INCLUDE_INSTALL_DIR}/stepcode/clstepcore)
75+
76+
IF(SC_ENABLE_TESTING)
77+
ADD_SUBDIRECTORY( test )
78+
ENDIF(SC_ENABLE_TESTING)
File renamed without changes.

test/cpp/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
33
#c++ tests
44

55
add_subdirectory(schema_specific)
6-
add_subdirectory(stepcore)

0 commit comments

Comments
 (0)