~clint-fewbar/ubuntu/precise/gearmand/drop-unneeded-patches

« back to all changes in this revision

Viewing changes to debian/patches/disable_hostile_tests.patch

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2009-08-11 10:06:22 UTC
  • mto: (1.2.3 upstream) (6.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20090811100622-6ig4iknanc73olum
ImportĀ upstreamĀ versionĀ 0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Disable the "hostile" tests, they take a very long time.
2
 
Author: Stig Sandbeck Mathisen <ssm@debian.org>
3
 
Last-Update: 2012-01-21
4
 
Forwarded: no
5
 
--- gearmand.orig/tests/include.am
6
 
+++ gearmand/tests/include.am
7
 
@@ -82,21 +82,6 @@
8
 
 check_PROGRAMS+= tests/round_robin_test
9
 
 noinst_PROGRAMS+= tests/round_robin_test
10
 
 
11
 
-if TARGET_LINUX
12
 
-tests_hostileworker_test_SOURCES= tests/stress_worker.cc
13
 
-tests_hostileworker_test_SOURCES+= tests/libgearman-1.0/workers.cc
14
 
-tests_hostileworker_test_DEPENDENCIES= ${CLIENT_LDADD} libhostile/libhostile.la gearmand/gearmand
15
 
-tests_hostileworker_test_LDADD= ${CLIENT_LDADD}
16
 
-tests_hostileworker_test_LDADD+= libhostile/libhostile.la
17
 
-tests_hostileworker_test_LDADD+= $(DL_LIB)
18
 
-tests_hostileworker_test_LDADD+= $(RT_LIB)
19
 
-check_PROGRAMS+=tests/hostileworker_test
20
 
-noinst_PROGRAMS+=tests/hostileworker_test
21
 
-
22
 
-valgrind-hostileworker: tests/hostileworker_test gearmand/gearmand
23
 
-       @$(VALGRIND_COMMAND) tests/hostileworker_test
24
 
-endif
25
 
-
26
 
 # Test linking with C++ application
27
 
 tests_cpp_test_SOURCES= tests/cpp_test.cc
28
 
 tests_cpp_test_DEPENDENCIES= ${CLIENT_LDADD} gearmand/gearmand