The "test" target is in the file "main.mk" which is "include"-ed by the very last line of Makefile.linux-gcc.
On Mon, Jun 11, 2012 at 1:33 PM, Grace Batumbya < [email protected]> wrote: > >./configure; make test > > > > > >I just ran it on Solaris, as shown above, and it appears to be working > fine. You will need a relatively recent version of TCL, however. 8.5 or > 8.6. > > > > From the REAME file: > > ... If the configure script does not work out for you, there is a generic > makefile named "Makefile.linux-gcc" in the top directory of the source tree > that you can copy and edit to suit your needs.... > > > > The reason "make test" was not working for us is because > Makefile.linux-gcc does not contain the test targets. > > > > Is there a reason why the test targets are not included in the generic > makefile? > > > > Thanks. > > -- > > Grace Batumbya > > Research Assistant | Seneca CDOT > > Phone: 416-491-5050 x3548 > > cdot.senecac.on.ca > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

