mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-05 22:27:34 +00:00
Add a 'check-valgrind' target to the top-most Makefile.am
The check-valgrind target was only accessible from the tests/ sub-directory. Make it be accessible from the top-most directory too. * Makefile.am (check-valgrind): Add this new target here. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
59917a8118
commit
e34631ce29
@ -39,6 +39,9 @@ man:
|
||||
info:
|
||||
$(MAKE) -C doc/manuals info
|
||||
|
||||
check-valgrind:
|
||||
$(MAKE) -C tests check-valgrind
|
||||
|
||||
check-valgrind-recursive:
|
||||
$(MAKE) -C tests check-valgrind-memcheck-recursive
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user