~clint-fewbar/gearmand/fix-postgresql-path

« back to all changes in this revision

Viewing changes to tests/sqlite.am

  • Committer: Brian Aker
  • Date: 2011-07-21 04:50:58 UTC
  • mto: This revision was merged to the branch mainline in revision 442.
  • Revision ID: brian@tangent.org-20110721045058-tadgpgkjrf472rwy
Update all of test framework

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
tests_sqlite_test_LDADD= ${CLIENT_LDADD}
31
31
 
32
32
sqlite-nuke: 
33
 
        @rm -f tests/var/gearman.sql
34
 
        @rm -f tests/var/gearman.sql-journal
35
33
        @rm -f tests/var/gearmand.log*
36
34
 
37
35
test-sqlite-queue: tests/sqlite_test sqlite-nuke
41
39
 
42
40
gdb-sqlite: tests/sqlite_test sqlite-nuke
43
41
if HAVE_LIBSQLITE3
44
 
        $(LIBTOOL) --mode=execute gdb tests/sqlite_test
 
42
        @$(GDB_COMMAND) tests/sqlite_test
45
43
endif
46
44
 
47
45
helgrind-sqlite: tests/sqlite_test sqlite-nuke