Hello, I need to validate few tools including Sqlite on Linux environment. Currently i'm using "cygwin" for validating the tools. I have downloaded the latest (3.7.14.1) SQLite amalgamation file from SQLite website and i'm able to create a library out of it.
I need guidance/clarification on following things: - Do i need to include additional file as part of the amalgation file while building the SQLite library? - Link from where i can download TCL Test suite (scripts) to test SQLite version 3.7.14.1 for linux? Note: I would like to run "all.test" which covers most of the SQLite testing. - Where can i find the required files to build application (testfixture.exe) to run this test suite under cygwin? - Any additional tools i need to install in cygwin to run the TCL test suite? - Can we validate SQLite under cygwin? If that is not possible, what is the other alternative under which i can validate? Any help/guidance on the above query is greatly appreciated. Thanks, Brijesh -- View this message in context: http://sqlite.1065341.n5.nabble.com/Help-needed-for-validating-SQLite-under-Linux-Cygwin-tp65621.html Sent from the SQLite mailing list archive at Nabble.com. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

