]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(check): Don't use "run-tests" as a
authorNiels Möller <nisse@lysator.liu.se>
Tue, 14 Jan 2003 11:19:06 +0000 (12:19 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 14 Jan 2003 11:19:06 +0000 (12:19 +0100)
target, as it's confused with the file with the same name.

Rev: src/nettle/testsuite/Makefile.am:1.33

testsuite/Makefile.am

index a5d1162c5e780296bac077265cfee2276cbc51ea..b916990e4d2e8b62fa4e84ed54c86a31f7661550 100644 (file)
@@ -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