HomeSort by relevance Sort by last modified time
    Searched refs:testfixture (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/test/
lock_common.tcl 12 # code in this file allows testfixture to control another process (or
22 proc code2 {tcl} { testfixture $::code2_chan $tcl }
23 proc code3 {tcl} { testfixture $::code3_chan $tcl }
66 # Launch another testfixture process to be controlled by this one. A
68 # 'testfixture' to execute a command. The child testfixture process is shut
73 if {$prg eq ""} { set prg testfixture }
78 testfixture $chan "sqlite3_test_control_pending_byte $::sqlite_pending_byte"
81 testfixture $chan "set ::sqlite_pending_byte $::sqlite_pending_byte"
86 # Execute a command in a child testfixture process, connected by two-wa
89 proc testfixture {chan cmd} { procedure
    [all...]
  /external/chromium_org/third_party/sqlite/src/
main.mk 525 # Rules to build the 'testfixture' application.
530 testfixture$(EXE): $(TESTSRC2) libsqlite3.a $(TESTSRC) $(TOP)/src/tclsqlite.c
533 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB) libsqlite3.a
535 amalgamation-testfixture$(EXE): sqlite3.c $(TESTSRC) $(TOP)/src/tclsqlite.c
538 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB)
540 fts3-testfixture$(EXE): sqlite3.c fts3amal.c $(TESTSRC) $(TOP)/src/tclsqlite.c
544 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB)
546 fulltest: testfixture$(EXE) sqlite3$(EXE)
547 ./testfixture$(EXE) $(TOP)/test/all.test
549 soaktest: testfixture$(EXE) sqlite3$(EXE
    [all...]
Makefile.vxworks 603 # Rules to build the 'testfixture' application.
608 testfixture$(EXE): $(TESTSRC2) libsqlite3.a $(TESTSRC) $(TOP)/src/tclsqlite.c
611 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB) libsqlite3.a
613 amalgamation-testfixture$(EXE): sqlite3.c $(TESTSRC) $(TOP)/src/tclsqlite.c
616 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB)
618 fts3-testfixture$(EXE): sqlite3.c fts3amal.c $(TESTSRC) $(TOP)/src/tclsqlite.c
622 -o testfixture$(EXE) $(LIBTCL) $(THREADLIB)
624 fulltest: testfixture$(EXE) sqlite3$(EXE)
625 ./testfixture$(EXE) $(TOP)/test/all.test
627 soaktest: testfixture$(EXE) sqlite3$(EXE
    [all...]
Makefile.in 851 # Rules to build the 'testfixture' application.
865 testfixture$(TEXE): $(TESTFIXTURE_SRC)
870 fulltest: testfixture$(TEXE) sqlite3$(TEXE)
871 ./testfixture$(TEXE) $(TOP)/test/all.test
873 soaktest: testfixture$(TEXE) sqlite3$(TEXE)
874 ./testfixture$(TEXE) $(TOP)/test/all.test -soak=1
876 test: testfixture$(TEXE) sqlite3$(TEXE)
877 ./testfixture$(TEXE) $(TOP)/test/veryquick.test
924 rm -f testfixture$(TEXE) test.db
  /external/chromium_org/third_party/sqlite/src/tool/
omittest.tcl 17 This script builds the testfixture program and runs the SQLite test suite
27 * The makefile should support the "testfixture" target.
34 make -f $::MAKEFILE testfixture OPTS="-DSQLITE_OMIT_ALTERTABLE=1"
42 # Build a testfixture executable and run quick.test using it. The first
51 set target "testfixture"
56 set target "testfixture.exe"

Completed in 216 milliseconds