File: 2001_support-running-tests-at-build-time.patch

package info (click to toggle)
qtorganizer-mkcal 0.1.0~git20250424.45906b1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: cpp: 3,358; makefile: 22
file content (9 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -7,3 +7,6 @@
         KF5::CalendarCore)
 
 add_test(tst_engine tst_engine)
+
+set_tests_properties(tst_engine
+                     PROPERTIES ENVIRONMENT "QT_PLUGIN_PATH=${CMAKE_BINARY_DIR}/")