diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-04-10 09:46:56 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2018-04-10 17:57:11 +0200 |
commit | e4a5466e5e3cfe22344e79c6e1a0ad9a7945a602 (patch) | |
tree | d71e00b6e544d50aa4f470b325c780187514d8bd /trust/Makefile.am | |
parent | dcb6ee3fa89e0c9586e2b09e1f60aa076f263123 (diff) |
test: Factor out common harness from test-extract.in
Diffstat (limited to 'trust/Makefile.am')
-rw-r--r-- | trust/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/trust/Makefile.am b/trust/Makefile.am index 726d249..dfc64eb 100644 --- a/trust/Makefile.am +++ b/trust/Makefile.am @@ -303,12 +303,15 @@ frob_token_SOURCES = trust/frob-token.c frob_token_LDADD = $(trust_LIBS) frob_token_CFLAGS = $(trust_CFLAGS) -noinst_SCRIPTS += trust/test-extract +noinst_SCRIPTS += trust/test-extract.sh +if !OS_WIN32 installcheck-local: - sh $(builddir)/trust/test-extract + builddir="$(abs_top_builddir)/trust" $(SHELL) $(srcdir)/trust/test-extract.sh +endif EXTRA_DIST += \ trust/input \ trust/fixtures \ + trust/test-extract.sh \ $(NULL) |