Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
adb8eea9
Commit
adb8eea9
authored
Jan 04, 2014
by
Niels Möller
Browse files
Use --partial-loads-ok=yes with valgrind.
parent
7df987f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
adb8eea9
2014-01-04 Niels Möller <nisse@lysator.liu.se>
* testsuite/Makefile.in (VALGRIND): Added --partial-loads-ok=yes,
needed for the way unaligned data is handled in, e.g., memxor.
2014-01-03 Niels Möller <nisse@lysator.liu.se>
* shadata.c (main): Zero-pad output values to 8 hex digits.
...
...
testsuite/Makefile.in
View file @
adb8eea9
...
...
@@ -104,7 +104,9 @@ $(TARGETS) $(EXTRA_TARGETS): testutils.$(OBJEXT) ../nettle-internal.$(OBJEXT) \
# 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
# --partial-loads-ok=yes is needed for memxor's handling of unaligned
# data.
VALGRIND
=
valgrind
--error-exitcode
=
1
--leak-check
=
full
--partial-loads-ok
=
yes
--show-reachable
=
yes
# The PATH update is for locating dlls on w*ndows.
check
:
$(TS_ALL)
...
...
Write
Preview
Supports
Markdown
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