File: httpd.am

package info (click to toggle)
gearmand 1.1.21%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,748 kB
  • sloc: cpp: 53,419; ansic: 3,230; sh: 1,712; makefile: 286; perl: 16
file content (33 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# vim:ft=automake
# Gearman server and library
# Copyright (C) 2011 Data Differential, http://datadifferential.com/
# All rights reserved.
#
# Use and distribution licensed under the BSD license.  See
# the COPYING file in the parent directory for full text.
#
# Included from Top Level Makefile.am
# All paths should be given relative to the root
#

t_httpd_SOURCES=
t_httpd_LDADD=

t_httpd_SOURCES+= tests/httpd_test.cc

t_httpd_LDADD+= $(CLIENT_LDADD)

#check_PROGRAMS+= t/httpd
noinst_PROGRAMS+= t/httpd

test-httpd: t/httpd gearmand/gearmand
	@t/httpd

gdb-httpd: t/httpd gearmand/gearmand
	@$(GDB_COMMAND) tests/httpd

helgrind-httpd: t/httpd gearmand/gearmand
	@$(HELGRIND_COMMAND) t/httpd

valgrind-httpd: t/httpd gearmand/gearmand
	@$(VALGRIND_COMMAND) t/httpd