From 36f402cf927d48040b8b677087e20a79706d03b0 Mon Sep 17 00:00:00 2001 From: Brad Hards <bradh@frogmouth.net> Date: Tue, 8 Nov 2005 10:04:19 +0000 Subject: [PATCH] Update to new unit test concept svn path=/trunk/kdesupport/qca/; revision=478900 --- qca.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qca.pro b/qca.pro index d8cfe142..72dc583f 100644 --- a/qca.pro +++ b/qca.pro @@ -15,6 +15,6 @@ unix:{ QMAKE_EXTRA_TARGETS += apidox # unittest - check.commands += cd unittest; ./qca-unittest; cd .. + check.commands += cd unittest; make check; cd .. QMAKE_EXTRA_TARGETS += check }