---
src/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 25c6fa3..3ebb7f5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -253,7 +253,8 @@ endif
# internal tests of utility functions. Note we don't just test what's
# in utils.c, we can test other functions as well here.
-TESTS_ENVIRONMENT = $(top_builddir)/run --test $(VG)
+TESTS_ENVIRONMENT = $(top_builddir)/run --test
+LOG_COMPILER = $(VG)
TESTS = test-utils
check_PROGRAMS = test-utils
--
2.5.0