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

« back to all changes in this revision

Viewing changes to tests/redis.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:
16
16
gdb-redis: tests/redis_test
17
17
        @$(GDB_COMMAND) tests/redis_test
18
18
 
19
 
tests_redis_test_SOURCES= \
20
 
                            tests/basic.cc \
21
 
                            tests/redis.cc
22
19
tests_redis_test_CXXFLAGS=
23
 
tests_redis_test_DEPENDENCIES= ${CLIENT_LDADD} gearmand/gearmand
24
 
tests_redis_test_LDADD= ${CLIENT_LDADD}
 
20
tests_redis_test_SOURCES=
 
21
tests_redis_test_DEPENDENCIES=
 
22
tests_redis_test_LDADD=
 
23
 
 
24
tests_redis_test_DEPENDENCIES+= ${CLIENT_LDADD}
 
25
tests_redis_test_DEPENDENCIES+= gearmand/gearmand
 
26
tests_redis_test_LDADD+= ${CLIENT_LDADD}
 
27
tests_redis_test_SOURCES+= tests/basic.cc
 
28
tests_redis_test_SOURCES+= tests/redis.cc
25
29
 
26
30
#check_PROGRAMS += tests/redis_test
27
31
noinst_PROGRAMS += tests/redis_test