diff options
| author | Brent Cook <busterb@gmail.com> | 2025-10-28 04:32:41 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2025-10-28 04:32:41 -0500 |
| commit | 931df9fd4ab839d8adec0bec7809ff20e89b8aa8 (patch) | |
| tree | 08a89c6bcfab89d0dbe48edad6b5f87be9e807d3 | |
| parent | cb3679055ae921339a39c235b5abefa246c47630 (diff) | |
| parent | 75828c797911580e3099aa54873e8b07669cbf69 (diff) | |
| download | portable-931df9fd4ab839d8adec0bec7809ff20e89b8aa8.tar.gz portable-931df9fd4ab839d8adec0bec7809ff20e89b8aa8.tar.bz2 portable-931df9fd4ab839d8adec0bec7809ff20e89b8aa8.zip | |
Land #1209, add mkstemp.c to distribution
| -rw-r--r-- | tests/Makefile.am | 2 |
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 | |||
| 106 | TEST_HELPER_SRC = test.c test_util.c | 106 | TEST_HELPER_SRC = test.c test_util.c |
| 107 | noinst_HEADERS = test.h | 107 | noinst_HEADERS = test.h |
| 108 | EXTRA_DIST += $(TEST_HELPER_SRC) | 108 | EXTRA_DIST += $(TEST_HELPER_SRC) |
| 109 | # Needed by test helper on MSVC | ||
| 110 | EXTRA_DIST += compat/mkstemp.c | ||
| 109 | 111 | ||
| 110 | # aeadtest | 112 | # aeadtest |
| 111 | TESTS += aeadtest.sh | 113 | TESTS += aeadtest.sh |
