From: Niels Möller Date: Wed, 10 Oct 2001 16:15:21 +0000 (+0200) Subject: (CFLAGS): Don't disable optimization. X-Git-Tag: nettle_1.5_release_20020131~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92781203fc114a57795f54314366e9266899ee65;p=thirdparty%2Fnettle.git (CFLAGS): Don't disable optimization. (run-tests): Set srcdir in the environment when running run-tests. Rev: src/nettle/testsuite/Makefile.am:1.13 --- diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 6e73ff43..c61a8d98 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,4 +1,4 @@ -CFLAGS = -I$(top_srcdir) @CFLAGS@ -O0 +CFLAGS = -I$(top_srcdir) @CFLAGS@ CPPFLAGS = @CPPFLAGS@ TS_PROGS = aes-test arcfour-test blowfish-test cast128-test \ @@ -29,5 +29,5 @@ $(M4_FILES:.m4=.c): %.c: macros.m4 %.m4 check: run-tests run-tests: $(TS_PROGS) - $(srcdir)/run-tests $^ + srcdir="$(srcdir)" "$(srcdir)"/run-tests $^