diff options
author | Simon McVittie <smcv@collabora.com> | 2017-10-23 15:07:24 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2017-10-23 16:08:32 +0100 |
commit | 1e8c52c647c99bf9a2c9842a7f6b664245aa409f (patch) | |
tree | ea32a5699e00a4eb78a13fdeab05406c87c1cd96 /cmake | |
parent | 27b60e4c5b41fa3007c6e8b9b711882c28a6d69a (diff) |
build: Remove various unused files from build system
These were in git but not distributed in source tarballs, and in fact
not hooked up to the Autotools build system at all.
test/data/valid-introspection-files was mentioned in the CMake build
system (copied from the source directory to the build directory), but
according to `git grep` is not used for anything.
Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103420
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/test/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/test/CMakeLists.txt b/cmake/test/CMakeLists.txt index b354a8aa..a75bf0d5 100644 --- a/cmake/test/CMakeLists.txt +++ b/cmake/test/CMakeLists.txt @@ -127,7 +127,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-introspection-files test/data/valid-messages test/data/valid-service-files test/data/valid-service-files-system |