1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Add any files specified as part of the QUICKTEST_INCLUDE environment variable to the set of test files run as part of "make test". Release testing uses this trick.

FossilOrigin-Name: a40a6e7df191ca10bc3aa504d374b9f5bfa33cbc
This commit is contained in:
dan
2010-07-05 05:54:55 +00:00
parent eace527b8c
commit 6310990d54
3 changed files with 10 additions and 7 deletions

View File

@ -107,6 +107,9 @@ set allquicktests [test_set $alltests -exclude {
vtab_err.test walslow.test walcrash.test
walthread.test
}]
if {[info exists ::env(QUICKTEST_INCLUDE)]} {
set allquicktests [concat $allquicktests $::env(QUICKTEST_INCLUDE)]
}
#############################################################################
# Start of tests