~writer-devs/writer/trunk

« back to all changes in this revision

Viewing changes to cmake/Tests.cmake

  • Committer: Anthony Huben
  • Date: 2014-09-05 01:46:13 UTC
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: harp37@gmail.com-20140905014613-r5s0s8v662e4n4p4
Add initial support for cmake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Test macros for Marlin, feel free to re-use them.
 
2
 
 
3
macro(add_test_executable EXE_NAME)
 
4
    add_test(${EXE_NAME} gtester ${CMAKE_CURRENT_BINARY_DIR}/${EXE_NAME})
 
5
endmacro()