Update to new unit test concept

svn path=/trunk/kdesupport/qca/; revision=478900
This commit is contained in:
Brad Hards 2005-11-08 10:04:19 +00:00
parent 6db8bd6c8a
commit 36f402cf92

View File

@ -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
}