From caf49d007c2a91b8340037fb9213df91c0d9d59c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 3 Jan 2020 08:53:55 +0100 Subject: tests/suite: do not include scripts into dist This part of the test suite is only run on CI. Signed-off-by: Nikos Mavrogiannopoulos --- tests/suite/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am index 5d60d66b54..def83efba7 100644 --- a/tests/suite/Makefile.am +++ b/tests/suite/Makefile.am @@ -29,8 +29,6 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/tests \ -I$(top_srcdir)/doc/examples -EXTRA_DIST = cbc-record-check.sh - check_PROGRAMS = rng prime-check AM_LDFLAGS = -no-install LDADD = ../../lib/libgnutls.la \ @@ -40,9 +38,6 @@ LDADD = ../../lib/libgnutls.la \ prime_check_LDADD = $(LDADD) -lhogweed -lgmp -EXTRA_DIST += testcompat-main-polarssl testcompat-main-openssl \ - testcompat-common params.dh tls-fuzzer/tls-fuzzer-common.sh - scripts_to_test = chain.sh \ testrng.sh testcompat-polarssl.sh testcompat-openssl.sh \ testrandom.sh tls-fuzzer/tls-fuzzer-nocert.sh \ @@ -85,6 +80,7 @@ endif if !MACOSX if !WINDOWS mini_record_timing_LDADD = -lrt $(LDADD) +nodist_mini_record_timing_SOURCES = mini-record-timing.c eagain_cli_LDADD = $(LIBEV_LIBS) -lrt -lm $(LIBDL) -lpthread $(LDADD) nodist_eagain_cli_SOURCES = eagain-cli.c @@ -95,6 +91,7 @@ endif endif nodist_prime_check_SOURCES = prime-check.c +nodist_rng_SOURCES = rng.c nodist_check_SCRIPTS = $(scripts_to_test) -- cgit v1.2.1