~writer-devs/writer/trunk

« back to all changes in this revision

Viewing changes to cmake/Tests.cmake

  • Committer: Tuur Dutoit
  • Date: 2014-09-05 18:05:45 UTC
  • mfrom: (51.3.1 writer)
  • Revision ID: me@tuurdutoit.be-20140905180545-227s4xpadu6zhs94
MergeĀ ~harp37/writer/cmake_3

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()