forked from qt-creator/qt-creator
Make tests follow Qt conventions by starting all unit tests with `tst_'.
Some scripts make use of this convention to differentiate unit tests from applications which happen to link to testlib. Reviewed-by: ossi
This commit is contained in:
@@ -3,3 +3,5 @@ CONFIG += qt warn_on console depend_includepath
|
||||
QT = core testlib
|
||||
include(../shared/shared.pri)
|
||||
SOURCES += tst_ast.cpp
|
||||
TARGET=tst_$$TARGET
|
||||
|
||||
|
||||
Reference in New Issue
Block a user