-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use AX_VALGRIND_CHECK in configure.ac to enable support for check-valgrind target that uses valgrind when running unit tests. Signed-off-by: Earl Chew <[email protected]> [Jan: drop redundant .PHONY rule] Signed-off-by: Jan Kiszka <[email protected]>
- Loading branch information
1 parent
dfc393f
commit 0b2e1e6
Showing
5 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
# Copyright (C) 2013 Karel Zak <[email protected]> | ||
# | ||
|
||
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} | ||
ACLOCAL_AMFLAGS = -I m4 --install ${ACLOCAL_FLAGS} | ||
AM_MAKEFLAGS = --no-print-directory | ||
|
||
efibootguarddir = $(libdir)/efibootguard | ||
|
@@ -362,6 +362,8 @@ clean-local-completion-pycache: | |
rm -rf $(top_builddir)/completion/bg_printenv/__pycache__ | ||
rm -rf $(top_builddir)/completion/bg_setenv/__pycache__ | ||
|
||
check-valgrind-local: $(GEN_VERSION_H) | ||
|
||
# Tests depend on libraries being built - start with "." | ||
SUBDIRS = . tools/tests | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters