Update tests for cmake

This commit is contained in:
Nils O. Selåsdal
2025-07-16 19:51:06 +02:00
parent b74a4ab663
commit 2278080b69
4 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ endif()
add_executable(test_runner ${TEST_SOURCE_FILES})
target_link_libraries(test_runner check ucore)
add_custom_target(runtest COMMAND test_runner
add_custom_target(test COMMAND test_runner
DEPENDS test_runner
WORKING_DIRECTORY ${CMAKE_PROJECT_DIR})