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

(check): Don't use "run-tests" as a

target, as it's confused with the file with the same name.

Rev: src/nettle/testsuite/Makefile.am:1.33
parent cd4a02ad
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,7 @@ LDADD = testutils.o -lnettle ../libnettle.a
EXTRA_DIST = $(TS_SH) testutils.c testutils.h \
run-tests rfc1750.txt
.PHONY: run-tests
run-tests: $(TS_ALL)
.PHONY: check
check: $(TS_ALL) "$(srcdir)"/run-tests
LD_LIBRARY_PATH=../.lib srcdir="$(srcdir)" \
"$(srcdir)"/run-tests $(TS_ALL)
check: 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