summaryrefslogtreecommitdiffstats
path: root/ocaml
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-05-09 13:40:31 +0100
committerRichard Jones <rjones@redhat.com>2009-05-09 13:40:31 +0100
commitc419731e3a04333aea7d1af7e1069221a34344a5 (patch)
tree4fbf567ef96bf2fe680cd87d11d4dc6f5cac3f67 /ocaml
parent09492abb6590c8b804273172dc5340705a868f95 (diff)
downloadlibguestfs-c419731e3a04333aea7d1af7e1069221a34344a5.tar.gz
libguestfs-c419731e3a04333aea7d1af7e1069221a34344a5.tar.xz
libguestfs-c419731e3a04333aea7d1af7e1069221a34344a5.zip
Add 'make valgrind' target to run tests under valgrind.
Diffstat (limited to 'ocaml')
-rw-r--r--ocaml/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index 079ce741..b3ca8edf 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -44,7 +44,8 @@ guestfs_c_actions.o: guestfs_c_actions.c
TESTS_ENVIRONMENT = \
LD_LIBRARY_PATH=$(abs_top_builddir)/src/.libs \
- LIBGUESTFS_PATH=$(abs_top_builddir)
+ LIBGUESTFS_PATH=$(abs_top_builddir) \
+ $(VG)
TESTS = t/guestfs_005_load t/guestfs_010_launch t/guestfs_050_lvcreate
noinst_DATA += $(TESTS)