mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
tests: Reformat TESTS_ENVIRONMENT so all use a standard format.
No functional change.
This commit is contained in:
@@ -27,9 +27,7 @@ EXTRA_DIST = $(generator_built) *.hs run-bindtests
|
||||
|
||||
if HAVE_HASKELL
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
$(top_builddir)/run --test \
|
||||
$(VG)
|
||||
TESTS_ENVIRONMENT = $(top_builddir)/run --test $(VG)
|
||||
|
||||
# Don't run the bindtests: they don't build since the addition of optargs.
|
||||
# Haskell bindings are incomplete.
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -56,8 +56,7 @@ endif
|
||||
|
||||
$(TESTS): $(test_prereq)
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
$(top_builddir)/run --test
|
||||
TESTS_ENVIRONMENT = $(top_builddir)/run --test
|
||||
|
||||
INSTALLDIRS = site
|
||||
|
||||
|
||||
4
run.in
4
run.in
@@ -28,7 +28,9 @@
|
||||
# script from anywhere (eg. $HOME/bin/run) if you wish.
|
||||
#
|
||||
# The script can also be used to make the output of tests shorter:
|
||||
# TESTS_ENVIRONMENT = ... $(top_builddir)/run --test
|
||||
# TESTS_ENVIRONMENT = ... $(top_builddir)/run --test [$(VG)]
|
||||
# (Use the optional $(VG) when the tests must also be run under
|
||||
# valgrind).
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -61,8 +61,7 @@ EXTRA_DIST += test-add-libvirt-dom.c
|
||||
TESTS_ENVIRONMENT = \
|
||||
SKIP_TEST_COMMAND=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \
|
||||
SKIP_TEST_COMMAND_LINES=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \
|
||||
$(top_builddir)/run --test \
|
||||
$(VG)
|
||||
$(top_builddir)/run --test $(VG)
|
||||
|
||||
#SKIP_TEST_CHECKSUM_8=$(shell if test `find ../initramfs -name squashfs.ko | wc -l` -eq 0; then echo 1; fi)
|
||||
|
||||
|
||||
@@ -20,9 +20,7 @@ include $(top_srcdir)/subdir-rules.mk
|
||||
TESTS = \
|
||||
test-charset-fidelity
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
$(top_builddir)/run --test \
|
||||
$(VG)
|
||||
TESTS_ENVIRONMENT = $(top_builddir)/run --test $(VG)
|
||||
|
||||
check_PROGRAMS = $(TESTS)
|
||||
|
||||
|
||||
@@ -21,8 +21,7 @@ TESTS = \
|
||||
test-lvm-filtering.sh \
|
||||
test-lvm-mapping.pl
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
$(top_builddir)/run --test
|
||||
TESTS_ENVIRONMENT = $(top_builddir)/run --test
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(TESTS)
|
||||
|
||||
Reference in New Issue
Block a user