dhcpd-pools/tests
Sami Kerola 5ee1aca2b9 build-sys: add git-version-gen and test.sh to release package
Without this patch autoreconf, when done with release tarball, fails like
this:

$ autoreconf -f -i
sh: 1: build-aux/git-version-gen: not found
configure.ac:12: error: AC_INIT should be called with package and version arguments
/usr/share/aclocal-1.11/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
configure.ac:12: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: /usr/bin/autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1

Further down the road tests start to fail after autoreconf.

make[4]: Leaving directory `/home/grohne/debian/dhcpd-pools-debian/tests'
make[3]: *** No rule to make target `../tests/test.sh', needed by `check-local'.  Stop.
make[3]: Leaving directory `/home/grohne/debian/dhcpd-pools-debian/tests'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/grohne/debian/dhcpd-pools-debian/tests'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/grohne/debian/dhcpd-pools-debian'

Which is a symptom of not having test.sh in distribution.

Reported-by: Helmut Grohne <h.grohne@cygnusnetworks.de>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2013-04-09 21:04:19 +01:00
..
confs tests: add complete check including multiple ranges and shared networks 2013-01-16 12:56:22 +00:00
expected tests: add complete check including multiple ranges and shared networks 2013-01-16 12:56:22 +00:00
leases tests: add complete check including multiple ranges and shared networks 2013-01-16 12:56:22 +00:00
.gitignore build-sys: update .gitignore files 2013-01-15 17:30:01 +00:00
bootp tests: add basic tests 2012-11-29 21:02:40 +00:00
complete tests: add complete check including multiple ranges and shared networks 2013-01-16 12:56:22 +00:00
full-json tests: fix make distcheck 2013-01-15 20:28:26 +00:00
leading0 tests: add basic tests 2012-11-29 21:02:40 +00:00
Makefile.am build-sys: add git-version-gen and test.sh to release package 2013-04-09 21:04:19 +01:00
same-twice tests: add json tests, and make fail output loud 2012-12-07 20:25:21 +00:00
simple tests: add basic tests 2012-11-29 21:02:40 +00:00
test.sh tests: fix make distcheck 2013-01-15 20:28:26 +00:00
v6 tests: add v6 check 2012-12-02 21:33:07 +00:00