From cfe1ec8d1faa249fa86d0be27b41ac2b26736fe8 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Sun, 20 Nov 2011 21:55:24 +0000 Subject: [PATCH] Fix a syntax error. --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index 89bcb3c8d..3a1569ad7 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -43,7 +43,7 @@ endif all: check check: .tests-stamp - @echo Running API (liblvm2app) tests + @echo "Running API (liblvm2app) tests" make -C api tests ifeq ("$(TESTING)", "yes") @echo Running unit tests -- 2.43.5