~nathandyer/vocal/trunk

« back to all changes in this revision

Viewing changes to cmake/Tests.cmake

  • Committer: Nathan Dyer
  • Date: 2015-10-31 00:10:54 UTC
  • Revision ID: mail@nathandyer.me-20151031001054-0q730fgyolbb0krs
Burn it to the ground.

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