mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
16 lines
244 B
Makefile
16 lines
244 B
Makefile
EXTRA_DIST = \
|
|
bootp \
|
|
confs \
|
|
expected \
|
|
leading0 \
|
|
leases \
|
|
simple \
|
|
test.sh
|
|
|
|
TESTS = simple bootp leading0
|
|
check_SCRIPTS = test.sh
|
|
|
|
check-local: $(SHELL) $(top_srcdir)/tests/test.sh
|
|
|
|
clean-local:
|
|
rm -rf $(top_builddir)/tests/outputs
|