diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-05-02 15:26:32 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-05-02 17:05:37 +0200 |
| commit | 692edeb8e156f842433cd32236d960223ded4ab0 (patch) | |
| tree | c2e70edbbd6cb0d6713a8ac393cbf5aade6f5daf /tests | |
| parent | 933f4bb481cab7ba4d27daa2de3b1683e84f0f13 (diff) | |
| download | katja-692edeb8e156f842433cd32236d960223ded4ab0.tar.gz | |
Add a short description and intention
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | tests/database.cpp | 5 | ||||
| -rw-r--r-- | tests/repository.cpp | 5 |
3 files changed, 14 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 33ddc98..8276475 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,3 +1,7 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at https://mozilla.org/MPL/2.0/. + find_package(Boost CONFIG COMPONENTS unit_test_framework REQUIRED) file(GLOB KATJA_TEST_SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.cpp) diff --git a/tests/database.cpp b/tests/database.cpp index d895804..d2651c8 100644 --- a/tests/database.cpp +++ b/tests/database.cpp @@ -1,3 +1,8 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. + */ #define BOOST_TEST_MODULE database tests #include <boost/test/unit_test.hpp> diff --git a/tests/repository.cpp b/tests/repository.cpp index 1f1fb19..bb1d6c7 100644 --- a/tests/repository.cpp +++ b/tests/repository.cpp @@ -1,3 +1,8 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at https://mozilla.org/MPL/2.0/. + */ #define BOOST_TEST_MODULE repository tests #include <boost/test/unit_test.hpp> |
