~pitti/autopilot-gtk/gtktextbuffer

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Martin Pitt
  • Date: 2013-06-26 17:03:00 UTC
  • mfrom: (43.2.25 ap-gtk-tests)
  • Revision ID: tarmac-20130626170300-1yfj1vyv21n257xr
Add integration test suite (LP: #1083612). Fixes: https://bugs.launchpad.net/bugs/1083612.

Approved by Francis Ginther, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
add_subdirectory(lib)
12
12
 
13
13
enable_testing()
14
 
add_test(nose sh -c "cd ${CMAKE_CURRENT_SOURCE_DIR}/tests/autopilot; GTK_PATH=${CMAKE_CURRENT_BINARY_DIR}/lib autopilot run tests")
 
14
add_test(nose sh -c "cd ${CMAKE_CURRENT_SOURCE_DIR}/tests/autopilot; GTK_PATH=${CMAKE_CURRENT_BINARY_DIR}/lib autopilot run -v tests")