summaryrefslogtreecommitdiffstats
path: root/gobject/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/Makefile.am')
-rw-r--r--gobject/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index 02e70cba..2d5c2a65 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -86,10 +86,12 @@ typelibdir = $(libdir)/girepository-1.0
typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
TESTS = run-tests
+
if ENABLE_APPLIANCE
TESTS += run-live-tests
endif ENABLE_APPLIANCE
-TESTS_ENVIRONMENT = GJS=$(GJS)
+
+TESTS_ENVIRONMENT = $(top_builddir)/run --test
$(TESTS): $(typelib_DATA)