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

« back to all changes in this revision

Viewing changes to tests/postgres.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:
20
20
        @$(VALGRIND_COMMAND) tests/postgres_test
21
21
 
22
22
tests_postgres_test_SOURCES=
 
23
tests_postgres_test_CXXFLAGS=
 
24
tests_postgres_test_DEPENDENCIES=
 
25
tests_postgres_test_LDADD=
 
26
 
23
27
tests_postgres_test_SOURCES+= tests/basic.cc
24
28
tests_postgres_test_SOURCES+= tests/postgres_test.cc
25
29
 
26
 
tests_postgres_test_CXXFLAGS=
27
 
tests_postgres_test_DEPENDENCIES= ${CLIENT_LDADD} gearmand/gearmand
28
 
tests_postgres_test_LDADD= ${CLIENT_LDADD}
 
30
tests_postgres_test_DEPENDENCIES+= ${CLIENT_LDADD}
 
31
tests_postgres_test_DEPENDENCIES+= gearmand/gearmand
 
32
tests_postgres_test_LDADD+= ${CLIENT_LDADD}
29
33
 
30
34
check_PROGRAMS += tests/postgres_test
31
35
noinst_PROGRAMS += tests/postgres_test