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

* testsuite/Makefile.am: Some cleanup of make check.

Rev: src/nettle/testsuite/Makefile.am:1.24
parent 1b2d7ce3
No related branches found
No related tags found
No related merge requests found
...@@ -18,10 +18,8 @@ LDADD = testutils.o ../libnettle.a ...@@ -18,10 +18,8 @@ LDADD = testutils.o ../libnettle.a
EXTRA_DIST = testutils.c testutils.h \ EXTRA_DIST = testutils.c testutils.h \
run-tests rfc1750.txt run-tests rfc1750.txt
.PHONY: check run-tests .PHONY: run-tests
check: run-tests
run-tests: $(TS_PROGS) run-tests: $(TS_PROGS)
srcdir="$(srcdir)" "$(srcdir)"/run-tests $^ srcdir="$(srcdir)" "$(srcdir)"/run-tests $(TS_PROGS)
check: run-tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment