~ubuntu-branches/ubuntu/vivid/unity-scope-click/vivid-proposed

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): CI Train Bot, Alejandro J. Cura, CI Train Bot, Pawel Stolowski
  • Date: 2015-03-26 18:49:47 UTC
  • mfrom: (1.1.87)
  • Revision ID: package-import@ubuntu.com-20150326184947-ixmeux4m98o3nkat
Tags: 0.1.1+15.04.20150326-0ubuntu1
[ Alejandro J. Cura ]
* Fake webservices for the integration tests
* Fetch the "refundable_until" field from the /purchases endpoint, and
  store it as a GMT timestamp
* Use table widget in previews (LP: #1407680)

[ CI Train Bot ]
* New rebuild forced.

[ Pawel Stolowski ]
* Initial set of python integration tests using the scope harness

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
add_subdirectory(${GMOCK_SOURCE_DIR} "${CMAKE_CURRENT_BINARY_DIR}/gmock")
49
49
 
50
50
# Add our own subdirectories.
51
 
add_subdirectory(autopilot)
 
51
add_subdirectory(tests)
52
52
add_subdirectory(bin)
53
53
add_subdirectory(libclickscope)
54
54
add_subdirectory(scope)