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:
Rohan McGovern
2009-09-22 00:33:38 +10:00
parent 7e492011c2
commit f1f46be2f1
8 changed files with 11 additions and 0 deletions
+2
View File
@@ -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
+1
View File
@@ -5,3 +5,4 @@ QT = core testlib
include(../../../../src/libs/cplusplus/cplusplus-lib.pri)
SOURCES += tst_lookup.cpp
TARGET=tst_$$TARGET
@@ -4,3 +4,4 @@ QT = core testlib
include(../shared/shared.pri)
SOURCES += tst_semantic.cpp
TARGET=tst_$$TARGET