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

View File

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