libglnx: declare TESTS earlier

Otherwise libglnx won't be able to add to it.

Closes: #699
Approved by: cgwalters
This commit is contained in:
Colin Walters 2017-03-22 10:12:47 -04:00 committed by Atomic Bot
parent 100021aa09
commit d33807437f
2 changed files with 3 additions and 2 deletions

View File

@ -47,6 +47,9 @@ gsettings_SCHEMAS =
# git.mk
GITIGNOREFILES =
# This initializes some more variables
include $(top_srcdir)/buildutil/glib-tap.mk
# This is a special facility to chain together hooks easily
INSTALL_DATA_HOOKS =
install-data-hook: $(INSTALL_DATA_HOOKS)

View File

@ -1,5 +1,3 @@
include $(top_srcdir)/buildutil/glib-tap.mk
BASE_TESTS_ENVIRONMENT = \
builddir=$(abs_builddir) \
topsrcdir=$(abs_top_srcdir) \