From: Peter Stamfest Date: Thu, 13 Mar 2014 20:18:08 +0000 (+0100) Subject: name individual tests in Makefile.am X-Git-Tag: v1.5.0-rc1~117^2~2^2~19^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=711c3672c22f0d686fe451b5e8a21f43b4073c0b;p=thirdparty%2Frrdtool-1.x.git name individual tests in Makefile.am --- diff --git a/Makefile.am b/Makefile.am index d4efe681..30791290 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,11 @@ ACLOCAL_M4= $(top_srcdir)/aclocal.m4 #AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config #AUTOCONF = @AUTOCONF@ --localdir=$(top_srcdir)/config -TESTS = tests/alltests +TESTS = tests/modify1 \ + tests/modify2 \ + tests/modify3 \ + tests/modify4 \ + tests/modify5 # $(RSYNC) CHANGES archive/$(PACKAGE)-$(VERSION).tar.gz tobi@ipn.caida.org:/ipn/web/Tools/RRDtool/pub/ diff --git a/tests/functions b/tests/functions index 2de8df76..fecb0751 100644 --- a/tests/functions +++ b/tests/functions @@ -1,4 +1,7 @@ +TZ=CET +export TZ + BASEDIR=$(dirname $0) if [ -z "$RRDTOOL" ] ; then case "$TESTS_STYLE" in