mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
24 lines
355 B
Makefile
24 lines
355 B
Makefile
TESTS = \
|
|
bootp \
|
|
complete \
|
|
empty \
|
|
full-json \
|
|
leading0 \
|
|
one-ip \
|
|
same-twice \
|
|
simple \
|
|
v6
|
|
|
|
EXTRA_DIST = \
|
|
confs \
|
|
expected \
|
|
leases \
|
|
test.sh \
|
|
$(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
|