mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-18 00:37:01 +00:00
Lack of this check resulted to bug that was shipped to users, which was
fixed in commit 805d353.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
23 lines
345 B
Makefile
23 lines
345 B
Makefile
TESTS = \
|
|
bootp \
|
|
complete \
|
|
empty \
|
|
full-json \
|
|
leading0 \
|
|
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
|