diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-09-18 16:29:32 +0200 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-09-18 16:29:32 +0200 |
commit | 83e68a4d2b9e40d7d4f047a2e58c70c484cbd916 (patch) | |
tree | 61d507e74e248de38359c00a43aea028d7198e52 /tests/integration/CMakeLists.txt | |
parent | 09fc613f1ce55910698aca6b8b5d909ac3ae77a0 (diff) | |
download | ayatana-indicator-sound-83e68a4d2b9e40d7d4f047a2e58c70c484cbd916.tar.gz ayatana-indicator-sound-83e68a4d2b9e40d7d4f047a2e58c70c484cbd916.tar.bz2 ayatana-indicator-sound-83e68a4d2b9e40d7d4f047a2e58c70c484cbd916.zip |
Updated schema dir for integration tests
Diffstat (limited to 'tests/integration/CMakeLists.txt')
-rw-r--r-- | tests/integration/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/CMakeLists.txt b/tests/integration/CMakeLists.txt index ace155a..52c4e70 100644 --- a/tests/integration/CMakeLists.txt +++ b/tests/integration/CMakeLists.txt @@ -32,6 +32,7 @@ add_definitions(-DSOUND_SERVICE_BIN="${CMAKE_BINARY_DIR}/src/indicator-sound-ser -DACCOUNTS_SERVICE_BIN="${CMAKE_BINARY_DIR}/tests/accounts-mock/accounts-service-sound" -DTEST_SOUND="${CMAKE_SOURCE_DIR}/tests/integration/test-sound.wav" -DQT_NO_KEYWORDS=1 + -DSCHEMA_DIR="${SCHEMA_DIR}" ) set(GLIB_REQUIRED_VERSION 2.26) |