diff options
author | Aleix Pol <aleixpol@kde.org> | 2017-04-08 16:05:41 +0200 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2017-04-10 15:01:16 +0200 |
commit | 16aabe1c24b5471d4dc6eb04ed6d0b654e40996d (patch) | |
tree | 51350303d52343a90b47111df2634c3b09f55cd1 /tests/CMakeLists.txt | |
parent | 3d1d436da60a32e0ab5bec3e09173c4f865ec3f6 (diff) | |
download | extra-cmake-modules-16aabe1c24b5471d4dc6eb04ed6d0b654e40996d.tar.gz extra-cmake-modules-16aabe1c24b5471d4dc6eb04ed6d0b654e40996d.tar.bz2 |
Add a test for _repository_name() a function added for fetch-translations
Summary: It turns out it's more complex than it looks, it's always better to have tests.
Reviewers: sitter, aacid
Reviewed By: sitter
Subscribers: #frameworks, #build_system
Tags: #frameworks, #build_system
Differential Revision: https://phabricator.kde.org/D5352
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 88975499..965defad 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -112,6 +112,7 @@ endif() add_test_macro(ExecuteCoreModules dummy) add_test_macro(ExecuteKDEModules dummy) +add_test_macro(KDEFetchTranslations dummy) add_test_macro(KDEInstallDirsTest.relative_or_absolute dummy) add_test_variant(KDEInstallDirsTest.vars_in_sync_no_args |