Jens Miltner <[EMAIL PROTECTED]> wrote:
> How do I run the tests with an amalgamized build? 

You may need to adjust a pathname or two, but the
following is the general idea:

  make sqlite3.c
  gcc -o testfixure -g -O3 -Wall \
      -DSQLITE_NO_SYNC=1 \
      -DSQLITE_DEBUG=1 \
      -DSQLITE_MEMDEBUG=1 \
      -DHAVE_FDATASYNC=1 \  
      -DTHREADSAFE=0 \
      -DHAVE_USLEEP=1 \
      -DSQLITE_CRASH_TEST=1 \
      -DSQLITE_SERVER=1 \
      -DSQLITE_TEST=1 \
      -DOS_UNIX=1 \
      -DTCLSH=1 \
      -I/home/drh/tcltk/85linux \
      -I../sqlite/src -I. -Itsrc \
      tclsqlite3.c ../sqlite/src/test*.c \
      /home/drh/tcltk/85linux/libtcl8.5.a -lm -ldl
  ./testfixture ../sqlite/test/all.test


--
D. Richard Hipp <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to