diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-25 14:13:20 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-25 14:13:20 -0600 |
commit | a99c1feee6b28a60c7705929eaae5e76e5fe05f0 (patch) | |
tree | b7fdcbfe97b392114761a7f1994c16437a0f3282 /tests/Makefile.am | |
parent | 8ef59bff3419a06811da41adebefe6cba5ea3647 (diff) | |
download | portable-a99c1feee6b28a60c7705929eaae5e76e5fe05f0.tar.gz portable-a99c1feee6b28a60c7705929eaae5e76e5fe05f0.tar.bz2 portable-a99c1feee6b28a60c7705929eaae5e76e5fe05f0.zip |
Remove the cts128 test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a3bf6f9..d984ed9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -283,11 +283,6 @@ TESTS += constraints | |||
283 | check_PROGRAMS += constraints | 283 | check_PROGRAMS += constraints |
284 | constraints_SOURCES = constraints.c | 284 | constraints_SOURCES = constraints.c |
285 | 285 | ||
286 | # cts128test | ||
287 | TESTS += cts128test | ||
288 | check_PROGRAMS += cts128test | ||
289 | cts128test_SOURCES = cts128test.c | ||
290 | |||
291 | # cttest | 286 | # cttest |
292 | TESTS += cttest | 287 | TESTS += cttest |
293 | check_PROGRAMS += cttest | 288 | check_PROGRAMS += cttest |