forked from cromer/pamac-classic
6 lines
174 B
CMake
6 lines
174 B
CMake
|
# Test macros for Marlin, feel free to re-use them.
|
||
|
|
||
|
macro(add_test_executable EXE_NAME)
|
||
|
add_test(${EXE_NAME} gtester ${CMAKE_CURRENT_BINARY_DIR}/${EXE_NAME})
|
||
|
endmacro()
|