mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
build-sys: use non-recursive build
For reasons see excellent paper 'Recursive Make Considered Harmful' by Peter Miller. References: http://miller.emu.id.au/pmiller/books/rmch/ Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
0495ea4edf
commit
30238e9d1c
18 changed files with 102 additions and 115 deletions
26
tests/Makemodule.am
Normal file
26
tests/Makemodule.am
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
TESTS = \
|
||||
tests/bootp \
|
||||
tests/complete \
|
||||
tests/empty \
|
||||
tests/full-json \
|
||||
tests/leading0 \
|
||||
tests/one-ip \
|
||||
tests/same-twice \
|
||||
tests/simple \
|
||||
tests/v6
|
||||
|
||||
EXTRA_DIST += \
|
||||
tests/confs \
|
||||
tests/expected \
|
||||
tests/leases \
|
||||
tests/test.sh \
|
||||
$(TESTS)
|
||||
|
||||
TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=$(top_builddir)$(PATH_SEPARATOR)$$PATH
|
||||
|
||||
check-local: $(SHELL) $(top_srcdir)/tests/test.sh
|
||||
|
||||
clean-local-tests:
|
||||
rm -rf $(top_builddir)/tests/outputs
|
||||
|
||||
CLEAN_LOCALS += clean-local-tests
|
||||
Loading…
Add table
Add a link
Reference in a new issue