mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
34 lines
694 B
Text
34 lines
694 B
Text
TESTS = \
|
|
tests/alarm-critical \
|
|
tests/alarm-critical-ranges \
|
|
tests/alarm-critical-snets \
|
|
tests/alarm-ok \
|
|
tests/alarm-shared-ok \
|
|
tests/alarm-warning \
|
|
tests/alarm-warning-ranges \
|
|
tests/alarm-warning-snets \
|
|
tests/bootp \
|
|
tests/complete \
|
|
tests/empty \
|
|
tests/full-json \
|
|
tests/leading0 \
|
|
tests/one-ip \
|
|
tests/same-twice \
|
|
tests/simple \
|
|
tests/v6
|
|
|
|
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
|