1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Add the "speedtest1.exe" test program.

FossilOrigin-Name: fb6f0c6d77b2318e6e587951514aea91db128c3c
This commit is contained in:
drh
2013-11-23 04:16:58 +00:00
parent 20b859530b
commit ad1ca9a792
6 changed files with 1034 additions and 10 deletions

View File

@ -1342,6 +1342,10 @@ wordcount.exe: $(TOP)/test/wordcount.c sqlite3.c
$(LTLINK) -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION -o $@ \
$(TOP)/test/wordcount.c sqlite3.c
speedtest1.exe: $(TOP)/test/speedtest1.c sqlite3.c
$(LTLINK) -DSQLITE_OMIT_LOAD_EXTENSION -o $@ \
$(TOP)/test/speedtest1.c sqlite3.c
clean:
del /Q *.lo *.ilk *.lib *.obj *.pdb sqlite3.exe libsqlite3.lib
del /Q *.cod *.da *.bb *.bbg gmon.out