kpmcore/test
A. Wilcox 26e069d6cd
Tests: Fix backend loading for tests
Using $<TARGET_FILE> we receive the entire plugin file path, leading to
errors such as:

kf.coreaddons: no metadata found in "kpmcore//home/awilcox/Code/KDE/kpmcore/bin/kpmcore/pmdummybackendplugin.so" "The shared library was not found."

Using $<TARGET_FILE_NAME> instead we are able to have just the plugin
name, which does load properly.  The tests now pass.
2022-06-12 16:14:51 -05:00
..
CMakeLists.txt Tests: Fix backend loading for tests 2022-06-12 16:14:51 -05:00
helpers.cpp WIP: cleanup polkit port: licenses, dead code and kauth removal, add TODO about signals. 2020-10-12 20:18:55 +01:00
helpers.h WIP: cleanup polkit port: licenses, dead code and kauth removal, add TODO about signals. 2020-10-12 20:18:55 +01:00
testdevice.cpp SPDX licenses for tests and CMakeLists.txt. 2020-09-17 02:15:16 +01:00
testdevice.h SPDX licenses for tests and CMakeLists.txt. 2020-09-17 02:15:16 +01:00
testdevicescanner.cpp SPDX licenses for tests and CMakeLists.txt. 2020-09-17 02:15:16 +01:00
testexternalcommand.cpp SPDX licenses for tests and CMakeLists.txt. 2020-09-17 02:15:16 +01:00
testinit.cpp SPDX licenses for tests and CMakeLists.txt. 2020-09-17 02:15:16 +01:00
testlist.cpp SPDX licenses for tests and CMakeLists.txt. 2020-09-17 02:15:16 +01:00