You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
polkit-tqt/tests
Slávek Banko 2971f209db
CMake rules adjustments:
+ Use the usual TDESetupPaths macros.
+ Install libraries according to multi-arch rules.
+ Use `install( DIRECTORY ... )` for headers in CXX style.
+ Remove linking unused variables ${..._MOCS}.
+ Remove linking for indirectly used libraries.
+ Use private linking for exported CMake targets.
+ Add the installation of exported CMake targets.
+ Use keyword TEST for tde_add_check_executable.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
..
CMakeLists.txt CMake rules adjustments: 3 years ago
run_test.sh Added test framework. 3 years ago
test_auth_enum_actions.cpp Code improvements based on c++11 standard (ranged for loops and nullptr). 3 years ago
test_check_authorization.cpp Removed original test folder and add more manual tests. 3 years ago
test_details.cpp Added test framework. 3 years ago
test_identity.cpp Added test framework. 3 years ago
test_subject.cpp Added test framework. 3 years ago