diff options
author | Theo Buehler <tb@openbsd.org> | 2023-03-11 16:09:56 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-03-11 16:09:56 -0700 |
commit | 6016c0651c05a14992f092de977ef7329d7196fb (patch) | |
tree | 5680920edcb5a3ab7039d869fd13c6be5473fa04 /tests/Makefile.am | |
parent | 1f997d143bdfe3aa0e22f913044c51b0c07a43d6 (diff) | |
download | portable-6016c0651c05a14992f092de977ef7329d7196fb.tar.gz portable-6016c0651c05a14992f092de977ef7329d7196fb.tar.bz2 portable-6016c0651c05a14992f092de977ef7329d7196fb.zip |
Hook in bn_word test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index dc965bd..2a18b84 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -217,6 +217,11 @@ TESTS += bn_unit | |||
217 | check_PROGRAMS += bn_unit | 217 | check_PROGRAMS += bn_unit |
218 | bn_unit_SOURCES = bn_unit.c | 218 | bn_unit_SOURCES = bn_unit.c |
219 | 219 | ||
220 | # bn_word | ||
221 | TESTS += bn_word | ||
222 | check_PROGRAMS += bn_word | ||
223 | bn_word_SOURCES = bn_word.c | ||
224 | |||
220 | # buffertest | 225 | # buffertest |
221 | TESTS += buffertest | 226 | TESTS += buffertest |
222 | check_PROGRAMS += buffertest | 227 | check_PROGRAMS += buffertest |