Skip to content

Commit

Permalink
tests: prefer AM_TESTS_ENVIRONMENT to make automake happy
Browse files Browse the repository at this point in the history
The new test runner seems to require this variable.
See #68
  • Loading branch information
ensonic committed Jun 26, 2016
1 parent 6a92771 commit 9c5ebca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile.tests.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CHECK_REGISTRY = $(top_builddir)/tests/test-registry.reg
# for gtk/x11 issues
# GDK_SYNCHRONIZE=1
#
TESTS_ENVIRONMENT = \
AM_TESTS_ENVIRONMENT = \
CK_DEFAULT_TIMEOUT=20 \
LANG=C \
XDG_CACHE_HOME=$(abs_builddir) \
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/bt-cmd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ EXTRA_DIST += \

# Comment this out if you want your docs-status tested during 'make check'
if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = \
AM_TESTS_ENVIRONMENT = \
DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
TESTS = $(GTKDOC_CHECK)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/bt-core/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ EXTRA_DIST += $(DOC_MODULE).types

# Comment this out if you want your docs-status tested during 'make check'
if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = \
AM_TESTS_ENVIRONMENT = \
DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
TESTS = $(GTKDOC_CHECK)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/bt-edit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ EXTRA_DIST += \

# Comment this out if you want your docs-status tested during 'make check'
if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = \
AM_TESTS_ENVIRONMENT = \
DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
TESTS = $(GTKDOC_CHECK)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/bt-gst/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ EXTRA_DIST += $(DOC_MODULE).types

# Comment this out if you want your docs-status tested during 'make check'
if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = \
AM_TESTS_ENVIRONMENT = \
DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/bt-ic/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ EXTRA_DIST += $(DOC_MODULE).types

# Comment this out if you want your docs-status tested during 'make check'
if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = \
AM_TESTS_ENVIRONMENT = \
DOC_MODULE=$(DOC_MODULE) DOC_MAIN_SGML_FILE=$(DOC_MAIN_SGML_FILE) \
SRCDIR=$(abs_srcdir) BUILDDIR=$(abs_builddir)
TESTS = $(GTKDOC_CHECK)
Expand Down

0 comments on commit 9c5ebca

Please sign in to comment.