From: Dave Hart Date: Thu, 6 Jan 2011 04:43:56 +0000 (+0000) Subject: ./build makes unit tests with V=0 before make check X-Git-Tag: NTP_4_2_7P112~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b974b2bf9f94a5fb1b7f4bbdb46689c007aa1c8a;p=thirdparty%2Fntp.git ./build makes unit tests with V=0 before make check bk: 4d25488c3rx-ONI6_Qq6Uuxeh6rJWg --- diff --git a/build b/build index 7e438d542..988bd633b 100755 --- a/build +++ b/build @@ -172,6 +172,10 @@ CONFIGURE="../configure --cache-file=../config.cache-$IAM$CCSUF $CONFIG_ARGS" "$NICEB" -5 ./config.status && ( cd sntp && "$NICEB" -5 ./config.status ) && "$NICEB" -14 ${MAKE-make} V=0 && + ( cd sntp/tests && + "$NICEB" -14 ${MAKE-make} V=0 tests ) && + ( cd tests/libntp && + "$NICEB" -14 ${MAKE-make} V=0 tests ) && "$NICEB" -11 ${MAKE-make} check ) > $LOGF 2>&1 diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index 16972c582..c82d41fae 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -45,12 +45,11 @@ noinst_HEADERS = lfptest.h \ libntptest.h \ sockaddrtest.h -INCLUDES = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/lib/isc/include \ - -I$(top_srcdir)/lib/isc/nothreads/include \ - -I$(top_srcdir)/lib/isc/unix/include \ - -I$(top_srcdir)/sntp +INCLUDES = -I$(top_srcdir)/include +INCLUDES += -I$(top_srcdir)/lib/isc/include +INCLUDES += -I$(top_srcdir)/lib/isc/nothreads/include +INCLUDES += -I$(top_srcdir)/lib/isc/unix/include +INCLUDES += -I$(top_srcdir)/sntp TESTS =