Skip to content

Commit b1859a5

Browse files
committed
Enable multi test in cmake script
1 parent 4462dae commit b1859a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ if (BUILD_HOEL_TESTING)
310310
set(LIBS ${LIBS} ${SUBUNIT_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} m rt)
311311
endif ()
312312

313-
set(TESTS core)
313+
set(TESTS core multi)
314314

315315
configure_file(
316316
"${CMAKE_MODULE_PATH}/CTestCustom.cmake.in"

0 commit comments

Comments
 (0)