blob: e635fd13925d3e694a9ccdac94e69ce3553e29e8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Under this directory are various test projects, used for testing
# testplanner / testscheduler.
TEMPLATE=subdirs
SUBDIRS=\
tests \
not_tests \
parallel_tests
parallel_tests.CONFIG += no_check_target
|