dhcpd-pools/tests/Makefile.am
Sami Kerola a2fa69a403 tests: add v6 check
The counting of total maximum address space seems to be broken at the
moment, and the check is expected to fail until a counting fix is
available.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-12-02 21:33:07 +00:00

16 lines
247 B
Makefile

EXTRA_DIST = \
bootp \
confs \
expected \
leading0 \
leases \
simple \
test.sh
TESTS = simple bootp leading0 v6
check_SCRIPTS = test.sh
check-local: $(SHELL) $(top_srcdir)/tests/test.sh
clean-local:
rm -rf $(top_builddir)/tests/outputs