-----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
injection).  Note that you will need the TCL development libraries
available as TCL is used to drive the testing.

If you start from the full source (eg sqlite-3.6.5.tar.gz) then the
following sequence works:

 $ ./configure --prefix=....
 $ make
 $ make test
 $ make install # done from rpm so DESTDIR is correctly set

'make test' takes about 25 seconds to execute.  There is an even more
detailed test 'make fulltest' which takes way longer (I got bored after
waiting 7 minutes).

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkbxJ8ACgkQmOOfHg372QR68QCff4f1mNE+LctuBIchIlkkTblz
cZ8An3Bop8l6bhZ2lDoZTgCb/HEh7HHB
=BLZc
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to