]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests/suite: do not include scripts into dist
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 3 Jan 2020 07:53:55 +0000 (08:53 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 3 Jan 2020 08:43:24 +0000 (09:43 +0100)
This part of the test suite is only run on CI.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
tests/suite/Makefile.am

index 5d60d66b54321ec3b2036ae00fc02c7221df1d53..def83efba76d0acb321bf8bbf6994f999782fc8b 100644 (file)
@@ -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)