Skip to content
Snippets Groups Projects
Commit 92781203 authored by Niels Möller's avatar Niels Möller
Browse files

(CFLAGS): Don't disable optimization.

(run-tests): Set srcdir in the environment when running run-tests.

Rev: src/nettle/testsuite/Makefile.am:1.13
parent f5c01aa1
No related branches found
No related tags found
No related merge requests found
CFLAGS = -I$(top_srcdir) @CFLAGS@ -O0 CFLAGS = -I$(top_srcdir) @CFLAGS@
CPPFLAGS = @CPPFLAGS@ CPPFLAGS = @CPPFLAGS@
TS_PROGS = aes-test arcfour-test blowfish-test cast128-test \ TS_PROGS = aes-test arcfour-test blowfish-test cast128-test \
...@@ -29,5 +29,5 @@ $(M4_FILES:.m4=.c): %.c: macros.m4 %.m4 ...@@ -29,5 +29,5 @@ $(M4_FILES:.m4=.c): %.c: macros.m4 %.m4
check: run-tests check: run-tests
run-tests: $(TS_PROGS) run-tests: $(TS_PROGS)
$(srcdir)/run-tests $^ srcdir="$(srcdir)" "$(srcdir)"/run-tests $^
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment