diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-05-31 04:31:23 -0600 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-05-31 04:32:47 -0600 |
| commit | 3110f572954ecfd040d6c929a8010d94cdba24f0 (patch) | |
| tree | ff4be438fc6bbc06be0c81d8a1c97f3e2af1b5ee | |
| parent | 2f407aa2f3f94d8178914bca5afaac8eb5d54096 (diff) | |
| download | portable-3110f572954ecfd040d6c929a8010d94cdba24f0.tar.gz portable-3110f572954ecfd040d6c929a8010d94cdba24f0.tar.bz2 portable-3110f572954ecfd040d6c929a8010d94cdba24f0.zip | |
Fix typos plus some automake appeasing
| -rw-r--r-- | tests/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5582dd1..ca60b24 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -69,10 +69,6 @@ if HOST_X86_64 | |||
| 69 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/amd64/ | 69 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/amd64/ |
| 70 | endif | 70 | endif |
| 71 | 71 | ||
| 72 | # XXX - should probably be in their own static lib | ||
| 73 | TEST_HELPER_SRC = test.c test_util.c | ||
| 74 | noinst_HEADER = test.h | ||
| 75 | |||
| 76 | noinst_LTLIBRARIES = libtest.la | 72 | noinst_LTLIBRARIES = libtest.la |
| 77 | libtest_la_LIBADD = $(libcrypto_la_objects) | 73 | libtest_la_LIBADD = $(libcrypto_la_objects) |
| 78 | libtest_la_LIBADD += $(libcompat_la_objects) | 74 | libtest_la_LIBADD += $(libcompat_la_objects) |
| @@ -91,6 +87,11 @@ check_PROGRAMS = | |||
| 91 | EXTRA_DIST = CMakeLists.txt | 87 | EXTRA_DIST = CMakeLists.txt |
| 92 | DISTCLEANFILES = pidwraptest.txt | 88 | DISTCLEANFILES = pidwraptest.txt |
| 93 | 89 | ||
| 90 | # XXX - should probably be in their own static lib | ||
| 91 | TEST_HELPER_SRC = test.c test_util.c | ||
| 92 | noinst_HEADERS = test.h | ||
| 93 | EXTRA_DIST += $(TEST_HELPER_SRC) | ||
| 94 | |||
| 94 | # aeadtest | 95 | # aeadtest |
| 95 | TESTS += aeadtest.sh | 96 | TESTS += aeadtest.sh |
| 96 | check_PROGRAMS += aeadtest | 97 | check_PROGRAMS += aeadtest |
