summaryrefslogtreecommitdiff
path: root/tests/dd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dd/Makefile.am')
-rw-r--r--tests/dd/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dd/Makefile.am b/tests/dd/Makefile.am
index 50f1e66d5..26c26ada7 100644
--- a/tests/dd/Makefile.am
+++ b/tests/dd/Makefile.am
@@ -8,6 +8,7 @@ TESTS_ENVIRONMENT = \
PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \
PROG=dd
-TESTS = misc not-rewound skip-seek skip-seek2 unblock-sync
+TESTS = \
+ misc not-rewound skip-seek skip-seek2 unblock-sync
include $(top_srcdir)/tests/check.mk