mirror of
https://github.com/elementary/gala.git
synced 2024-11-28 04:05:22 +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()
|