From f6e40425dc342034df6ad045d257ba2eb4c82713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Fri, 18 Nov 2016 22:23:10 +0100 Subject: [PATCH] build: ensure check_SCRIPTS are distributed (discovered during git -> automatic COPR builds integration) --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index e24afd088..63d7a4cc4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -107,9 +107,9 @@ TESTS = array.test map.test rb.test log.test blackbox-segfault.sh loop.test ipc. resources.log: rb.log log.log ipc.log -check_PROGRAMS = array.test map.test rb.test log.test loop.test ipc.test util.test crash_test_dummy file_change_bytes -check_SCRIPTS = resources.test blackbox-segfault.sh check_LTLIBRARIES = +check_PROGRAMS = array.test map.test rb.test log.test loop.test ipc.test util.test crash_test_dummy file_change_bytes +dist_check_SCRIPTS = resources.test blackbox-segfault.sh if HAVE_SLOW_TESTS TESTS += util.test