Nut/tests/auto/auto.pro

18 lines
319 B
Prolog
Raw Normal View History

2019-02-08 16:39:24 +08:00
TEMPLATE = subdirs
SUBDIRS += \
2019-02-08 17:11:53 +08:00
tst_basic \
2019-02-08 16:39:24 +08:00
tst_benckmark \
2019-02-10 22:46:21 +08:00
tst_datatypes \
2019-02-26 00:16:18 +08:00
tst_phrases \
2019-02-11 14:44:49 +08:00
tst_quuid \
2019-02-14 22:25:53 +08:00
tst_generators \
2019-06-03 04:29:44 +08:00
tst_upgrades \
2019-07-06 22:08:40 +08:00
tst_json \
2020-08-01 16:57:18 +08:00
tst_datetime \
tst_sametype
2019-02-08 16:39:24 +08:00
2020-08-01 14:09:34 +08:00
cmake.CONFIG += no_run-tests_target
prepareRecursiveTarget(run-tests)
2020-08-01 16:57:18 +08:00
QMAKE_EXTRA_TARGETS += run-tests