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

Enhance the 'releasetest.tcl' tool to support MSVC.

FossilOrigin-Name: f664bfdc82597a4530d4f4938bb96557b43b171b
This commit is contained in:
mistachkin
2015-04-04 00:02:07 +00:00
parent 34cf258302
commit 00eb70d89c
4 changed files with 77 additions and 17 deletions

View File

@ -1608,6 +1608,9 @@ queryplantest: testfixture.exe sqlite3.exe
test: testfixture.exe sqlite3.exe
.\testfixture.exe $(TOP)\test\veryquick.test
smoketest: testfixture.exe
.\testfixture.exe $(TOP)\test\main.test
sqlite3_analyzer.c: $(SQLITE3C) $(TOP)\src\test_stat.c $(TOP)\src\tclsqlite.c $(TOP)\tool\spaceanal.tcl
copy $(SQLITE3C) + $(TOP)\src\test_stat.c + $(TOP)\src\tclsqlite.c $@
echo static const char *tclsh_main_loop(void){ >> $@