diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-12-13 10:01:39 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-12-13 10:01:39 -0600 |
commit | 54cf4f28f2284ee2700e6806b2ab1cbba355dfba (patch) | |
tree | 36f81752ce0a62d97dea5eb2c46ed2ebbe776b6f /tests/CMakeLists.txt | |
parent | 8c89aa772071eaa5f4c2b8bc37cb346d80a0ad6e (diff) | |
download | ayatana-indicator-datetime-54cf4f28f2284ee2700e6806b2ab1cbba355dfba.tar.gz ayatana-indicator-datetime-54cf4f28f2284ee2700e6806b2ab1cbba355dfba.tar.bz2 ayatana-indicator-datetime-54cf4f28f2284ee2700e6806b2ab1cbba355dfba.zip |
in tests/, remove a couple of rules that got pulled in from the dev branch but aren't necessary here
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a10bcd0..23f96b9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -29,9 +29,6 @@ add_custom_command (OUTPUT gschemas.compiled include_directories (${CMAKE_SOURCE_DIR}/src) include_directories (${CMAKE_CURRENT_BINARY_DIR}) include_directories (${SERVICE_DEPS_INCLUDE_DIRS}) -include_directories (${DBUSTEST_INCLUDE_DIRS}) - -add_definitions (-DSANDBOX="${CMAKE_CURRENT_BINARY_DIR}") # test-formatter set (TEST_NAME test-formatter) |