[libsecret] build: Include test-secret-tool.sh in distribution
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsecret] build: Include test-secret-tool.sh in distribution
- Date: Mon, 13 Jan 2020 13:43:56 +0000 (UTC)
commit 53748c29eb90d93bd669f3732a7dbabc1c952874
Author: Daiki Ueno <dueno src gnome org>
Date: Mon Jan 13 13:44:45 2020 +0100
build: Include test-secret-tool.sh in distribution
Makefile.am | 4 +++-
tool/Makefile.am | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index f7066b4..909a44e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -120,6 +120,7 @@ AM_CPPFLAGS = \
bin_PROGRAMS =
BUILT_SOURCES =
check_PROGRAMS =
+check_SCRIPTS =
DISTCLEANFILES =
lib_LTLIBRARIES =
man_MANS =
@@ -185,7 +186,8 @@ EXTRA_DIST = \
build/valgrind \
build/tap-gtester \
build/tap-unittest \
- $(VALGRIND_SUPPRESSIONS)
+ $(VALGRIND_SUPPRESSIONS) \
+ $(check_SCRIPTS)
include egg/Makefile.am
include libsecret/Makefile.am
diff --git a/tool/Makefile.am b/tool/Makefile.am
index 9d25ea1..ae201b2 100644
--- a/tool/Makefile.am
+++ b/tool/Makefile.am
@@ -9,3 +9,5 @@ tool_secret_tool_LDADD = \
if WITH_GCRYPT
TESTS += tool/test-secret-tool.sh
endif
+
+check_SCRIPTS += tool/test-secret-tool.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]