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:
parent
49a39f949f
commit
0a23b3ff7f
4
qca.pro
4
qca.pro
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user