mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Enhancements to testrunner.tcl:
(1) Add the "--config CONFIGS" option, to that only configuration named on the comma-separated list CONFIGS are run. (2) Add the "--omit CONFIGS" to omit configuration on the CONFIGS list (3) Add the Android configuration to "release" FossilOrigin-Name: 4ccb372967fab779b29be8f01c879a99ef247981466f81f55e18e3961fbd7d5a
This commit is contained in:
@ -60,6 +60,7 @@
|
||||
|
||||
#define SQLITE_DEBUG 1
|
||||
#define SQLITE_THREADSAFE 0
|
||||
#undef SQLITE_OMIT_LOAD_EXTENSION
|
||||
#define SQLITE_OMIT_LOAD_EXTENSION 0
|
||||
#define SQLITE_ENABLE_SESSION 1
|
||||
#define SQLITE_ENABLE_PREUPDATE_HOOK 1
|
||||
|
Reference in New Issue
Block a user