mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
build: Include test-secret-tool.sh in distribution
This commit is contained in:
parent
7a6d4b9bc1
commit
53748c29eb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user