This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
103aa8be7cc57801ca083b5a53e34b51df36d3e3
qt-creator
/
tests
/
auto
/
cplusplus
/
ast
/
ast.pro
4 lines
54 B
Prolog
Raw
Normal View
History
Unescape
Escape
Initial work on a test suite for our C++ engine.
2008-12-15 11:35:38 +01:00
include
(
.
.
/
shared
/
shared
.
pri
)
SOURCES
+=
tst_ast
.
cpp
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
2009-09-22 00:33:38 +10:00
Copy Permalink