dhcpd-pools/tests/Makefile.am
Sami Kerola 71bcee14e9 tests: add basic tests
The tests can be ran using 'make check'.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2012-11-29 21:02:40 +00:00

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