aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2025-10-23 05:32:00 -0500
committerBrent Cook <busterb@gmail.com>2025-10-23 05:32:00 -0500
commit75828c797911580e3099aa54873e8b07669cbf69 (patch)
treeeddbc443d29f5d482b14fceb005fc20ec21e3170 /tests
parentd979e7436e79163ce38c6a31f5e3a0404c52963d (diff)
downloadportable-75828c797911580e3099aa54873e8b07669cbf69.tar.gz
portable-75828c797911580e3099aa54873e8b07669cbf69.tar.bz2
portable-75828c797911580e3099aa54873e8b07669cbf69.zip
add mstemp.c to distribution
Diffstat (limited to 'tests')
-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