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

* testsuite/Makefile.am (CFLAGS): Disable optimization. Add

$(top_srcdir) to the include path.
(EXTRA_DIST): Added testutils.h, testutils.c and run-tests.
(run-tests): Fixed path to run-tests.

Rev: src/nettle/testsuite/Makefile.am:1.2
parent 1045be15
No related branches found
No related tags found
No related merge requests found
CFLAGS = -I$(top_srcdir) @CFLAGS@ -O0
CPPFLAGS = @CPPFLAGS@
TS_PROGS = aes-test arcfour-test md5-test TS_PROGS = aes-test arcfour-test md5-test
noinst_PROGRAMS = $(TS_PROGS) noinst_PROGRAMS = $(TS_PROGS)
LDADD = testutils.o ../libnettle.a LDADD = testutils.o ../libnettle.a
EXTRA_DIST = macros.h $(SOURCES:.c=.m4) EXTRA_DIST = $(SOURCES:.c=.m4) testutils.c testutils.h run-tests
M4FLAGS = -P -s M4FLAGS = -P -s
%.c: macros.m4 %.m4 %.c: macros.m4 %.m4
...@@ -16,5 +18,5 @@ M4FLAGS = -P -s ...@@ -16,5 +18,5 @@ M4FLAGS = -P -s
check: run-tests check: run-tests
run-tests: $(TS_PROGS) run-tests: $(TS_PROGS)
./run-tests $^ $(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