aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2025-10-28 04:32:41 -0500
committerBrent Cook <busterb@gmail.com>2025-10-28 04:32:41 -0500
commit931df9fd4ab839d8adec0bec7809ff20e89b8aa8 (patch)
tree08a89c6bcfab89d0dbe48edad6b5f87be9e807d3
parentcb3679055ae921339a39c235b5abefa246c47630 (diff)
parent75828c797911580e3099aa54873e8b07669cbf69 (diff)
downloadportable-931df9fd4ab839d8adec0bec7809ff20e89b8aa8.tar.gz
portable-931df9fd4ab839d8adec0bec7809ff20e89b8aa8.tar.bz2
portable-931df9fd4ab839d8adec0bec7809ff20e89b8aa8.zip
Land #1209, add mkstemp.c to distribution
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 066e020..7ba6c07 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -106,6 +106,8 @@ DISTCLEANFILES = pidwraptest.txt
106TEST_HELPER_SRC = test.c test_util.c 106TEST_HELPER_SRC = test.c test_util.c
107noinst_HEADERS = test.h 107noinst_HEADERS = test.h
108EXTRA_DIST += $(TEST_HELPER_SRC) 108EXTRA_DIST += $(TEST_HELPER_SRC)
109# Needed by test helper on MSVC
110EXTRA_DIST += compat/mkstemp.c
109 111
110# aeadtest 112# aeadtest
111TESTS += aeadtest.sh 113TESTS += aeadtest.sh