test: Use SH_LOG_COMPILER and AM_TESTS_ENVIRONMENT
authorQuentin Glidic <sardemff7+git@sardemff7.net>
Sat, 2 Feb 2013 16:01:07 +0000 (17:01 +0100)
committerAkira TAGOH <akira@tagoh.org>
Mon, 4 Feb 2013 11:35:22 +0000 (20:35 +0900)
commit2146b0307a3476892723104481f27f8484451c52
tree8e70aed33b25ad0140fd5983ce2d95e6b207620e
parentda0946721af3ab2dff3cd903065336b93592d067
test: Use SH_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
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>
test/Makefile.am