mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-01 07:40:26 +02:00
Register Catch2 tests with CTest
This commit is contained in:
committed by
Josiah VanderZee
parent
030abc7b04
commit
246ee9c3ca
@ -18,3 +18,9 @@ target_link_libraries(tests
|
||||
Catch2::Catch
|
||||
IrrlichtMt::IrrlichtMt
|
||||
)
|
||||
|
||||
add_test(
|
||||
NAME tests
|
||||
COMMAND "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/tests"
|
||||
WORKING_DIRECTORY "${PROJECT_SOURCE_DIR}"
|
||||
)
|
||||
|
Reference in New Issue
Block a user