diff options
author | Quentin Glidic <sardemff7+git@sardemff7.net> | 2013-02-02 17:01:07 +0100 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2013-02-06 19:53:36 +0900 |
commit | 96220a5ed9d1d761b14a7ac516ac6786c132f280 (patch) | |
tree | c040bb6866a782166ac3a1c76d3d24d32554d56b /Makefile.am | |
parent | 62b7d764ce994bb32e7614337fdfa0854445c380 (diff) |
Use LOG_COMPILER and AM_TESTS_ENVIRONMENT
TESTS_ENVIRONMENT is deprecated and should be reserved to the user to
override the test environment
<ext>_LOG_COMPILER is meant to contain the program that runs the test
with <ext> extension
LOG_COMPILER is for extensionless tests
AM_TESTS_ENVIRONMENT is meant to set the environment for the tests
https://bugs.freedesktop.org/show_bug.cgi?id=60192
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 22f23546..cc5435ea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,6 @@ if ENABLE_DOCS SUBDIRS += doc endif -AUTOMAKE_OPTIONS = dist-bzip2 ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ |