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

(check): Add ../.lib to PATH, since that's

where w*ndows looks for dlls.

Rev: nettle/testsuite/Makefile.in:1.11
parent a7d319ce
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,9 @@ include $(srcdir)/.test-rules.make
$(TARGETS) $(EXTRA_TARGETS): testutils.$(OBJEXT) \
../libnettle.a @IF_HOGWEED@ ../libhogweed.a
# The PATH update is for locating dlls on w*ndows.
check: $(TS_ALL) $(srcdir)/run-tests
LD_LIBRARY_PATH=../.lib srcdir="$(srcdir)" \
LD_LIBRARY_PATH=../.lib PATH="../.lib:$$PATH" srcdir="$(srcdir)" \
$(srcdir)/run-tests $(TS_ALL)
......
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