summaryrefslogtreecommitdiffstats
path: root/gobject/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/Makefile.am')
-rw-r--r--gobject/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index f75bcf6b..02e70cba 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -33,7 +33,8 @@ EXTRA_DIST = \
TODO.txt \
bindtests-manual.js \
tests-misc.js \
- run-tests
+ run-tests \
+ run-live-tests
# Remove the old generated files which were directly in the gobject/
# directory. These have now moved into gobject/src/
@@ -85,10 +86,13 @@ 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): $(typelib_DATA)
CLEANFILES += $(gir_DATA) $(typelib_DATA)
-endif
+endif HAVE_INTROSPECTION