Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
415cab60
Commit
415cab60
authored
Jan 07, 2011
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(check): Add ../.lib to PATH, since that's
where w*ndows looks for dlls. Rev: nettle/testsuite/Makefile.in:1.11
parent
a7d319ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
testsuite/Makefile.in
testsuite/Makefile.in
+2
-1
No files found.
testsuite/Makefile.in
View file @
415cab60
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment