Re: [sqlite] How can I test test_onefile.c?

2014-06-04 Thread Luca Sturaro
Hi, You can test it in different way. Some help can be found directly inside (Luke, use the source :-)) test_vfstrace.c or in test_demovfs.c. Anyway, High level testing: 1. Compile and link your own vfs implementation with shell.c sqlite3.c and also with test_vfstrace.c provided here:

[sqlite] How can I test test_onefile.c?

2014-06-04 Thread 김병준
How can I test test_one_file.c or test_demovfs? I want to use Some VFS shims in website like test_demovfs.c or test_onefile.c . But I don't know how can I use them. Is there some documentation about using them? or Is there any tips for me? ___