~brianaker/libmemcached/merge-of-1.0

« back to all changes in this revision

Viewing changes to tests/cli.am

  • Committer: Brian Aker
  • Date: 2013-05-04 09:20:42 UTC
  • mfrom: (1079.30.26 libmemcached-1.0)
  • mto: This revision was merged to the branch mainline in revision 1103.
  • Revision ID: brian@tangent.org-20130504092042-tuaolr38te8qhwmu
Mergre 1.0 tree.

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