summaryrefslogtreecommitdiff
path: root/tests/repository
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2013-12-21 16:31:30 -0800
committerColin Walters <walters@verbum.org>2013-12-29 19:05:04 +0000
commitc981aa7c719ceff77835dde711b7dd99b2be53a3 (patch)
tree73f9f8cde866fae3ad93c5a323a633d8fe592dec /tests/repository
parent3160f642dbed35b4af8e4d9314c60e4a037884c8 (diff)
downloadgobject-introspection-c981aa7c719ceff77835dde711b7dd99b2be53a3.tar.gz
tests: Use EXTRA_LTLIBRARIES instead of check_LTLIBRARIES
Update tests/Makefile.am and tests/scanner/Makefile.am to use EXTRA_LTLIBRARIES which minimizes the building of libraries to only dependencies of specific tests when using: make check TESTS="..." https://bugzilla.gnome.org/show_bug.cgi?id=720713
Diffstat (limited to 'tests/repository')
-rw-r--r--tests/repository/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/repository/Makefile.am b/tests/repository/Makefile.am
index 96afb891..882fa9ec 100644
--- a/tests/repository/Makefile.am
+++ b/tests/repository/Makefile.am
@@ -2,7 +2,8 @@ AM_CFLAGS = $(GOBJECT_CFLAGS)
AM_LDFLAGS = -module -avoid-version
LIBS = $(GOBJECT_LIBS)
-check_PROGRAMS = gitestrepo gitestthrows gitypelibtest
+EXTRA_PROGRAMS = gitestrepo gitestthrows gitypelibtest
+CLEANFILES = $(EXTRA_PROGRAMS)
gitestrepo_SOURCES = $(srcdir)/gitestrepo.c
gitestrepo_CPPFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository