summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2015-06-25 21:29:01 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2015-06-29 16:59:36 +0200
commitdea692d32ce1e5ce2f1fff27d322d34cd7841747 (patch)
tree7aae42e9392e7e480d9575bfb39d428ee66f3e56
parentbbf6690b5121f55f8c0a839de1fb3fce4d6a1a42 (diff)
downloadgobject-introspection-dea692d32ce1e5ce2f1fff27d322d34cd7841747.tar.gz
tests: fix comment
Code uses LOG_COMPILER, comment mistakenly still mentioned TESTS_ENVIRONMENT.
-rw-r--r--tests/offsets/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am
index 3ae071c2..a40e90bf 100644
--- a/tests/offsets/Makefile.am
+++ b/tests/offsets/Makefile.am
@@ -47,7 +47,7 @@ CLEANFILES += gitestoffsets.c $(EXTRA_PROGRAMS)
############################################################
-# The trailing "echo" in TESTS_ENVIRONMENT is used to ignore automake passing
+# The trailing "echo" in LOG_COMPILER is used to ignore automake passing
# gitestoffsets as we already run this in the same command line.
TESTS = gitestoffsets
LOG_COMPILER = env GI_TYPELIB_PATH=:$(top_builddir) ./gitestoffsets$(EXEEXT) offsets.compiled offsets.introspected && \