diff options
author | Simon McVittie <smcv@collabora.com> | 2017-11-15 15:04:44 +0000 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2017-11-15 15:04:44 +0000 |
commit | 6fb2f4c00aa3f7cb4004e4ac88c8bdc6b0573f09 (patch) | |
tree | 2a4ebe4bc68067073ddf71d03617f8b7c89f2a8f /cmake | |
parent | 336ff50c9736a9893cd12cb89c56e1db2cf6d57c (diff) |
tests: Remove leftover references to valid-messages directory
Now that the directory doesn't exist in git, the embedded tests fail
in a clean git checkout.
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt index 0679fca5..7cef68c8 100644 --- a/cmake/test/CMakeLists.txt +++ b/cmake/test/CMakeLists.txt @@ -116,7 +116,6 @@ endif() ### keep these in creation order, i.e. uppermost dirs first set (TESTDIRS test/data - test/data/valid-messages test/data/invalid-messages test/data/incomplete-messages test/data/auth @@ -127,7 +126,6 @@ set (TESTDIRS test/data/valid-config-files/session.d test/data/valid-config-files-system test/data/valid-config-files-system/system.d - test/data/valid-messages test/data/valid-service-files test/data/valid-service-files-system test/data/invalid-config-files |