From 58bd11cebcd851e0024cbc46d6411206bb69018e Mon Sep 17 00:00:00 2001 From: Nippan Singam Date: Fri, 17 Sep 2010 14:47:22 +0300 Subject: Revert "Modified testrunner to citesting in tests.pro to fix broken tests" This reverts commit 8c72494ea4cb0e41fb3ffec1a42887914b37d228. --- tests/tests.pro | 6 +++--- 1 file 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 -- cgit v1.2.3