From 53748c29eb90d93bd669f3732a7dbabc1c952874 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 13 Jan 2020 13:44:45 +0100 Subject: build: Include test-secret-tool.sh in distribution --- tool/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tool') 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 -- cgit v1.2.1