mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-01 13:49:34 +00:00
change 'make check' to 'make test' at the top level
svn path=/trunk/kdesupport/qca/; revision=686554
This commit is contained in:
parent
49a39f949f
commit
0a23b3ff7f
4
qca.pro
4
qca.pro
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user