mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 00:06:59 +00:00
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>
16 lines
247 B
Makefile
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
|