From 4864c4f23a9cc0596dacb1c0a2a85d0ba3c62ff5 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Wed, 11 Nov 2015 19:08:26 -0500 Subject: [PATCH] Pulled out scripts in tests/Makefile.am --- tests/Makefile.am | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index baaa272..ed89d3b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -241,7 +241,6 @@ CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ README \ - testwrapper.sh \ alloc_extra.txt \ array_nr.txt \ array_r.txt \ @@ -310,9 +309,14 @@ EXTRA_DIST = \ yyextra.txt \ $(tableopts_c) \ $(tableopts_tables) \ - tableopts.sh \ - tableopts.txt \ - options.cn + tableopts.txt + +dist_noinst_SCRIPTS = \ + tableopts.sh + +dist_check_SCRIPTS = \ + options.cn \ + testwrapper.sh pthread_pthread_LDADD = -lpthread -- 2.50.1