X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2FMakefile.am;h=65628368227066222b7677e76004c9db7d293d8b;hp=731b8d7e876c30c57d885284359ef37d93aeaef9;hb=815df381d55e09fd291145ef2b86729c12583366;hpb=8bd85461621fb0ff18059305a6c1aecdbc18016c diff --git a/test/Makefile.am b/test/Makefile.am index 731b8d7..6562836 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -11,9 +11,16 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +if ENABLE_TEST_VALGRIND +LOG_COMPILER = valgrind +AM_LOG_FLAGS = --leak-check=full --error-exitcode=1 +export LOG_COMPILER AM_LOG_FLAGS +endif -SUBDIRS = parser +SUBDIRS = lib parser urls noinst_SCRIPTS = hotplug-device.sh +EXTRA_DIST = $(noinst_SCRIPTS) + MAINTAINERCLEANFILES = Makefile.in