~brianaker/libmemcached/merge-of-1.0

« back to all changes in this revision

Viewing changes to tests/cli.am

  • Committer: Continuous Integration
  • Date: 2013-05-04 09:21:59 UTC
  • mfrom: (1102.1.1 libmemcached-1.2)
  • Revision ID: ci@tangent.org-20130504092159-z0z9cm0gnu15wxs0
Merge lp:~tangent-org/libmemcached/1.2-build/ Build: jenkins-Libmemcached-297

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
check_PROGRAMS+= tests/memdump
100
100
noinst_PROGRAMS+= tests/memdump
101
101
 
 
102
test-memcp: tests/memcp
 
103
        tests/memcp
 
104
 
 
105
gdb-memcp: tests/memcp
 
106
        @$(GDB_COMMAND) tests/memcp
 
107
 
102
108
test-memstat: tests/memstat
103
109
        tests/memstat
104
110