diff options
author | Nippan Singam <ext-nippan.singam@nokia.com> | 2010-09-17 14:47:22 +0300 |
---|---|---|
committer | Nippan Singam <ext-nippan.singam@nokia.com> | 2010-09-17 14:47:22 +0300 |
commit | 58bd11cebcd851e0024cbc46d6411206bb69018e (patch) | |
tree | f79dd079af9557b5c063cc7dba50558a41c4541a | |
parent | 8c72494ea4cb0e41fb3ffec1a42887914b37d228 (diff) | |
download | libresourceqt-58bd11cebcd851e0024cbc46d6411206bb69018e.tar.gz |
Revert "Modified testrunner to citesting in tests.pro to fix broken tests"
This reverts commit 8c72494ea4cb0e41fb3ffec1a42887914b37d228.
-rw-r--r-- | tests/tests.pro | 6 |
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 |