mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Convert the fuzzer virtual table into a loadable extension and move it
to the ext/misc/fuzzer.c file. FossilOrigin-Name: c8c69307f60c1d07ac666ae3797b7e3f286fd491
This commit is contained in:
@ -17,7 +17,7 @@ source $testdir/tester.tcl
|
||||
ifcapable !vtab { finish_test ; return }
|
||||
set ::testprefix fuzzerfault
|
||||
|
||||
register_fuzzer_module db
|
||||
load_static_extension db fuzzer
|
||||
|
||||
do_test 1-pre1 {
|
||||
execsql {
|
||||
|
Reference in New Issue
Block a user