File: Makemodule.am

package info (click to toggle)
dhcpd-pools 3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,124 kB
  • sloc: ansic: 31,353; sh: 4,915; perl: 277; javascript: 74; php: 63; makefile: 50
file content (59 lines) | stat: -rw-r--r-- 1,122 bytes parent folder | download
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
TESTS = \
	tests/alarm-count-option \
	tests/alarm-critical \
	tests/alarm-critical-ranges \
	tests/alarm-critical-snets \
	tests/alarm-ignore \
	tests/alarm-ok \
	tests/alarm-shared-ok \
	tests/alarm-warning \
	tests/alarm-warning-ranges \
	tests/alarm-warning-snets \
	tests/shnet-alarm \
	tests/big-small \
	tests/binding-states \
	tests/bootp \
	tests/cidr-v4 \
	tests/cidr-v6 \
	tests/complete \
	tests/complete-perfdata \
	tests/empty \
	tests/errors \
	tests/full-json \
	tests/full-xml \
	tests/formats \
	tests/leading0 \
	tests/one-ip \
	tests/one-line \
	tests/parser \
	tests/range4 \
	tests/range6 \
	tests/same-twice \
	tests/shufled \
	tests/simple \
	tests/skip \
	tests/sorts \
	tests/statuses \
	tests/v6 \
	tests/v6-perfdata

if ENABLE_MUSTACH
TESTS += \
	tests/mustach
endif

EXTRA_DIST += \
	tests/confs \
	tests/expected \
	tests/leases \
	tests/test.sh \
	$(TESTS)

TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=$(top_builddir)$(PATH_SEPARATOR)$$PATH

check-local: $(SHELL) $(top_srcdir)/tests/test.sh

clean-local-tests:
	rm -rf $(top_builddir)/tests/outputs

CLEAN_LOCALS += clean-local-tests