~ubuntu-branches/debian/sid/gearmand/sid

« back to all changes in this revision

Viewing changes to tests/libgearman-1.0/include.am

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2012-05-01 20:43:47 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120501204347-qaifvvjkktvc9upu
Tags: 0.32-1
* Imported Upstream version 0.32
* Remove spelling patch included upstream
* Remove documentation patch, we do not rebuild documentation
* Remove memcached patch, fixed upstream
* Use dh_autoreconf
* Use copyright format 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
valgrind-internals: tests/internals_test gearmand/gearmand
56
56
        @$(VALGRIND_COMMAND) tests/internals_test
57
57
 
 
58
valgrind-worker: tests/libgearman-1.0/worker_test gearmand/gearmand
 
59
        @$(VALGRIND_COMMAND) tests/libgearman-1.0/worker_test
 
60
 
 
61
helgrind-worker: tests/libgearman-1.0/worker_test gearmand/gearmand
 
62
        @$(HELGRIND_COMMAND) tests/libgearman-1.0/worker_test
 
63
 
58
64
gdb-worker: tests/libgearman-1.0/worker_test gearmand/gearmand
59
65
        @$(GDB_COMMAND) tests/libgearman-1.0/worker_test
60
66
 
 
67
ptrdiff-worker: tests/libgearman-1.0/worker_test gearmand/gearmand
 
68
        @$(PTRCHECK_COMMAND) tests/libgearman-1.0/worker_test
 
69
 
 
70
test-worker: tests/libgearman-1.0/worker_test gearmand/gearmand
 
71
        @tests/libgearman-1.0/worker_test
 
72
 
61
73
test-client: tests/libgearman-1.0/client_test gearmand/gearmand
62
74
        @tests/libgearman-1.0/client_test
63
75