mirror of
https://github.com/elementary/gala.git
synced 2024-12-19 23:32:02 +03:00
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()
|