~nonamenoname/slingshot/fix-1084101

« back to all changes in this revision

Viewing changes to cmake/Tests.cmake

  • Committer: RabbitBot
  • Author(s): Corentin Noël
  • Date: 2014-01-14 13:05:03 UTC
  • mfrom: (396.1.1 slingshot)
  • Revision ID: rabbitbot-20140114130503-vl01yvhtdlu0dvs4
* Removed every using statement
* Changed VWidgets and HWidgets to Widgets with the corresponding orientation (Gtk deprecation)
* Ported Zeitgeist parts to version 2.0

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