From 27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 28 Jun 2012 13:49:32 +0100 Subject: tests: Reformat TESTS_ENVIRONMENT so all use a standard format. No functional change. --- ocaml/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ocaml') 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 \ -- cgit