dhcpd-pools/tests/Makefile.am
Sami Kerola e50d0a7d38 tests: fix make distcheck
It is best to make dhcpd-pools used from PATH, which makes out of tree
build check to work.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2013-01-15 20:28:26 +00:00

20 lines
313 B
Makefile

TESTS = \
bootp \
full-json \
leading0 \
same-twice \
simple \
v6
EXTRA_DIST = \
confs \
expected \
leases \
$(TESTS)
TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=../src$(PATH_SEPARATOR)$$PATH
check-local: $(SHELL) $(top_srcdir)/tests/test.sh
clean-local:
rm -rf $(top_builddir)/tests/outputs