libglnx: declare TESTS earlier
Otherwise libglnx won't be able to add to it. Closes: #699 Approved by: cgwalters
This commit is contained in:
parent
100021aa09
commit
d33807437f
@ -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)
|
||||
|
@ -1,5 +1,3 @@
|
||||
include $(top_srcdir)/buildutil/glib-tap.mk
|
||||
|
||||
BASE_TESTS_ENVIRONMENT = \
|
||||
builddir=$(abs_builddir) \
|
||||
topsrcdir=$(abs_top_srcdir) \
|
||||
|
Loading…
Reference in New Issue
Block a user