summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tests.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index ade3656..979688f 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -16,8 +16,8 @@ SUBDIRS = test-dbus-qeventloop \
# Install options
testsxml.path = /usr/share/libresourceqt-tests/
testsxml.files = tests.xml
-citesting.path = /usr/lib/libresourceqt-tests/
-citesting.files = test-dbus-qeventloop-runner.sh
+testrunner.path = /usr/lib/libresourceqt-tests/
+testrunner.files = test-dbus-qeventloop-runner.sh
dbusconf.path = /etc/dbus-1/system.d/
dbusconf.files = test-dbus-qeventloop.conf
-INSTALLS = testsxml ci-testing dbusconf
+INSTALLS = testsxml testrunner dbusconf