Re: [sqlite] How to run the test cases (Roger Binns)

2008-11-14 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Avinash Mittal wrote: > But is there any other way to do this other than make test like any script. "make test" is how you run the tests. If you don't like how that is done then you will have to write your own code that does it the way you want and

Re: [sqlite] How to run the test cases (Roger Binns)

2008-11-14 Thread Avinash Mittal
Hi, First of all thanks for your valuable help. I have successfully linked and run the test cases by make test. But is there any other way to do this other than make test like any script. Regards Avinash ___ sqlite-users mailing list

Re: [sqlite] How to run the test cases (Roger Binns)

2008-11-13 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Avinash Mittal wrote: > I think compiler is not getting tcl.h file > > Now what should be done to debug these errors Make sure the TCL development files (headers and libraries) are available. If you don't know how to do that then you need to

Re: [sqlite] How to run the test cases (Roger Binns)

2008-11-13 Thread Avinash Mittal
Hi , As suggested i did make test but it is showing errors like: test1.c:(.text+0x390): undefined reference to `Tcl_CreateCommand' test1.c:(.text+0x3b8): undefined reference to `Tcl_CreateObjCommand' test1.c:(.text+0x3d4): undefined reference to `Tcl_LinkVar' test1.c:(.text+0x3e8): undefined