diff options
author | saturneric <[email protected]> | 2025-04-30 21:58:02 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-30 21:58:02 +0000 |
commit | a3e732653b51c72e427ef1be2fcc27e68f914c8a (patch) | |
tree | b8b14bd1e90ffd598b6ab77d2e27e51028ec5373 /src/test | |
parent | fix: unit test cases (diff) | |
download | GpgFrontend-a3e732653b51c72e427ef1be2fcc27e68f914c8a.tar.gz GpgFrontend-a3e732653b51c72e427ef1be2fcc27e68f914c8a.zip |
refactor: correct and simplify project configurations
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 7a8b9450..63d70d63 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -24,6 +24,9 @@ # SPDX-License-Identifier: GPL-3.0-or-later # Set configure for test +include(CTest) +enable_testing() +find_package(GTest REQUIRED) aux_source_directory(./core TEST_SOURCE) aux_source_directory(. TEST_SOURCE) |