aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-05-31 04:37:17 -0600
committerTheo Buehler <tb@openbsd.org>2025-05-31 04:37:33 -0600
commitbdcf92deeadac79caad8c07e91c7a6735c7dcf2b (patch)
tree6a4aa9a63153b8f94e8e32fac6c08463abaf3ad9 /tests/Makefile.am
parent3110f572954ecfd040d6c929a8010d94cdba24f0 (diff)
downloadportable-bdcf92deeadac79caad8c07e91c7a6735c7dcf2b.tar.gz
portable-bdcf92deeadac79caad8c07e91c7a6735c7dcf2b.tar.bz2
portable-bdcf92deeadac79caad8c07e91c7a6735c7dcf2b.zip
only define noinst_HEADERS once
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ca60b24..3aa9554 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -344,7 +344,7 @@ chachatest_SOURCES = chachatest.c
344TESTS += cipher_list 344TESTS += cipher_list
345check_PROGRAMS += cipher_list 345check_PROGRAMS += cipher_list
346cipher_list_SOURCES = cipher_list.c 346cipher_list_SOURCES = cipher_list.c
347noinst_HEADERS = tests.h 347noinst_HEADERS += tests.h
348 348
349# cipherstest 349# cipherstest
350TESTS += cipherstest 350TESTS += cipherstest