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
Brian Smith
nettle
Commits
4404dc6d
Commit
4404dc6d
authored
Sep 20, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New convenience make variable VALGRIND.
parent
75b7234d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
ChangeLog
ChangeLog
+3
-0
testsuite/Makefile.in
testsuite/Makefile.in
+7
-0
No files found.
ChangeLog
View file @
4404dc6d
2012-09-20 Niels Möller <nisse@lysator.liu.se>
* testsuite/Makefile.in (VALGRIND): New variable, to make valgrind
checking easier.
* configure.ac: New substitution IF_CXX, replacing CXX_TESTS.
(dummy-dep-files): Handle .cxx files.
...
...
testsuite/Makefile.in
View file @
4404dc6d
...
...
@@ -95,6 +95,13 @@ include $(srcdir)/.test-rules.make
$(TARGETS) $(EXTRA_TARGETS)
:
testutils.$(OBJEXT) ../nettle-internal.$(OBJEXT)
\
../libnettle.a @IF_HOGWEED@ ../libhogweed.a
# For use as, e.g.,
#
# make check EMULATOR='$(VALGRIND)'
# make check EMULATOR='$(VALGRIND) --log-fd=3' 3>valgrind.log
VALGRIND
=
valgrind
--error-exitcode
=
1
--leak-check
=
full
--show-reachable
=
yes
# The PATH update is for locating dlls on w*ndows.
check
:
$(TS_ALL)
LD_LIBRARY_PATH
=
../.lib
PATH
=
"../.lib:
$$
PATH"
srcdir
=
"
$(srcdir)
"
\
...
...
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