summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <dking@redhat.com>2015-09-17 22:11:36 +0100
committerAlexander Larsson <alexl@redhat.com>2015-09-18 14:16:34 +0200
commit905549ba488a7b29e6d060541a015c17a26ff6cf (patch)
tree9c64724bc5481bd7114b0e155587a19e949ce482
parent5e6960353dbcfb954929c18baa399e27332b4470 (diff)
downloadxdg-app-905549ba488a7b29e6d060541a015c17a26ff6cf.tar.gz
tests: Use check_PROGRAMS as the primary
The tests should only be built if required by make check. https://bugs.freedesktop.org/show_bug.cgi?id=92036
-rw-r--r--tests/Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am.inc b/tests/Makefile.am.inc
index b493280..981d391 100644
--- a/tests/Makefile.am.inc
+++ b/tests/Makefile.am.inc
@@ -28,7 +28,7 @@ tests/services/xdg-app-session.service: session-helper/xdg-app-session.service.i
test_doc_portal_DEPENDENCIES = tests/services/org.freedesktop.portal.Documents.service tests/services/xdg-app-session.service
-noinst_PROGRAMS = $(TEST_PROGS)
+check_PROGRAMS = $(TEST_PROGS)
TESTS=testdb test-doc-portal