4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-04-30 21:44:30 +00:00

change 'make check' to 'make test' at the top level

svn path=/trunk/kdesupport/qca/; revision=686554
This commit is contained in:
Justin Karneges 2007-07-11 16:39:10 +00:00
parent 49a39f949f
commit 0a23b3ff7f

@ -22,6 +22,6 @@ unix:{
QMAKE_EXTRA_TARGETS += apidox QMAKE_EXTRA_TARGETS += apidox
# unittest # unittest
check.commands += cd unittest && make check && cd .. test.commands += cd unittest && make test && cd ..
QMAKE_EXTRA_TARGETS += check QMAKE_EXTRA_TARGETS += test
} }