mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +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 =
|
bin_PROGRAMS =
|
||||||
BUILT_SOURCES =
|
BUILT_SOURCES =
|
||||||
check_PROGRAMS =
|
check_PROGRAMS =
|
||||||
|
check_SCRIPTS =
|
||||||
DISTCLEANFILES =
|
DISTCLEANFILES =
|
||||||
lib_LTLIBRARIES =
|
lib_LTLIBRARIES =
|
||||||
man_MANS =
|
man_MANS =
|
||||||
@ -185,7 +186,8 @@ EXTRA_DIST = \
|
|||||||
build/valgrind \
|
build/valgrind \
|
||||||
build/tap-gtester \
|
build/tap-gtester \
|
||||||
build/tap-unittest \
|
build/tap-unittest \
|
||||||
$(VALGRIND_SUPPRESSIONS)
|
$(VALGRIND_SUPPRESSIONS) \
|
||||||
|
$(check_SCRIPTS)
|
||||||
|
|
||||||
include egg/Makefile.am
|
include egg/Makefile.am
|
||||||
include libsecret/Makefile.am
|
include libsecret/Makefile.am
|
||||||
|
@ -9,3 +9,5 @@ tool_secret_tool_LDADD = \
|
|||||||
if WITH_GCRYPT
|
if WITH_GCRYPT
|
||||||
TESTS += tool/test-secret-tool.sh
|
TESTS += tool/test-secret-tool.sh
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
check_SCRIPTS += tool/test-secret-tool.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user