aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-03-11 16:09:56 -0700
committerTheo Buehler <tb@openbsd.org>2023-03-11 16:09:56 -0700
commit6016c0651c05a14992f092de977ef7329d7196fb (patch)
tree5680920edcb5a3ab7039d869fd13c6be5473fa04 /tests/Makefile.am
parent1f997d143bdfe3aa0e22f913044c51b0c07a43d6 (diff)
downloadportable-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.am5
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
217check_PROGRAMS += bn_unit 217check_PROGRAMS += bn_unit
218bn_unit_SOURCES = bn_unit.c 218bn_unit_SOURCES = bn_unit.c
219 219
220# bn_word
221TESTS += bn_word
222check_PROGRAMS += bn_word
223bn_word_SOURCES = bn_word.c
224
220# buffertest 225# buffertest
221TESTS += buffertest 226TESTS += buffertest
222check_PROGRAMS += buffertest 227check_PROGRAMS += buffertest