]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* testsuite/Makefile.am: Some cleanup of make check.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 1 Oct 2002 15:29:37 +0000 (17:29 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 1 Oct 2002 15:29:37 +0000 (17:29 +0200)
Rev: src/nettle/testsuite/Makefile.am:1.24

testsuite/Makefile.am

index 588c290487f7406df5a89afccdc73be98a7332fd..b830e67d1a451f7f4bb4d5a34db11f50b2a3074a 100644 (file)
@@ -18,10 +18,8 @@ LDADD = testutils.o ../libnettle.a
 EXTRA_DIST = testutils.c testutils.h \
             run-tests rfc1750.txt
 
-.PHONY: check run-tests
-
-check: run-tests
-
+.PHONY: run-tests
 run-tests: $(TS_PROGS)
-       srcdir="$(srcdir)" "$(srcdir)"/run-tests $^
+       srcdir="$(srcdir)" "$(srcdir)"/run-tests $(TS_PROGS)
 
+check: run-tests