summaryrefslogtreecommitdiffstats
path: root/ocaml
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-06-28 13:49:32 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-06-28 13:49:32 +0100
commit27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff (patch)
tree35f169659913c2a91d2b445b7b2c86de2c4547ab /ocaml
parent2f1a602c4bc8988c538297dbf49e6c9b486e2441 (diff)
downloadlibguestfs-27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff.tar.gz
libguestfs-27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff.tar.xz
libguestfs-27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff.zip
tests: Reformat TESTS_ENVIRONMENT so all use a standard format.
No functional change.
Diffstat (limited to 'ocaml')
-rw-r--r--ocaml/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index ac0106d4..9a06d5a5 100644
--- a/ocaml/Makefile.am
+++ b/ocaml/Makefile.am
@@ -80,9 +80,7 @@ html/index.html: $(srcdir)/guestfs*.mli $(srcdir)/guestfs*.ml
-$(OCAMLDOC) -d html -html $^
endif
-TESTS_ENVIRONMENT = \
- $(top_builddir)/run --test \
- $(VG)
+TESTS_ENVIRONMENT = $(top_builddir)/run --test $(VG)
test_progs = \
t/guestfs_005_load \