]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
automake: full support for make check
authorPeter A. Bigot <pab@pabigot.com>
Sat, 17 May 2014 20:05:53 +0000 (15:05 -0500)
committerPeter A. Bigot <pab@pabigot.com>
Sat, 17 May 2014 21:01:27 +0000 (16:01 -0500)
commit64e74e758cd1d384987b1980d111d83311c02e9e
treea7bfeaf9c8d4793487265bd6d00f03ef2bd90ddb
parent12bf1a88218d415dbda10f0d7f9f9f46ed317b9c
automake: full support for make check

Presence of the TESTS variable adds check as a target, but for this to
work completely all the test infrastructure needs to be part of the
distribution package, which is easiest if there's a Makefile.am in that
directory.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
.gitignore
Makefile.am
configure.ac
tests/.gitignore [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]