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 y

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 sqlite-users@sqlite

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 contact

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 refer

Re: [sqlite] How to run the test cases

2008-11-12 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Avinash Mittal wrote: > I have built a rpm package for SQLite-3.6.4, now i want to do self test for > the package. It is best to do the testing during the build process as it needs alternate compilations of the source (for example to do fault injecti

[sqlite] How to run the test cases

2008-11-12 Thread Avinash Mittal
Hi all, I have built a rpm package for SQLite-3.6.4, now i want to do self test for the package. But when i don't exactly know how to do this. I tried by installing SQLite and then copied the sqlite-3.6.4 to the machine and then tried make fulltest but it is giving error in make like .libtool: lin