diff options
author | Theo Buehler <tb@openbsd.org> | 2022-09-06 17:43:00 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2022-09-06 17:43:00 +0200 |
commit | a43a9b57c013de76550281b656b9ae79c3076059 (patch) | |
tree | 67dcdb86af0413a9fdb6fd89b9b0b60dde0bccc1 /tests/Makefile.am | |
parent | 5ecf1c62dccc6ad16b41fe11985d1d4b762ff0f0 (diff) | |
download | portable-a43a9b57c013de76550281b656b9ae79c3076059.tar.gz portable-a43a9b57c013de76550281b656b9ae79c3076059.tar.bz2 portable-a43a9b57c013de76550281b656b9ae79c3076059.zip |
Switch to new rc2_test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 24b4658..24e6f2e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -431,10 +431,10 @@ TESTS += randtest | |||
431 | check_PROGRAMS += randtest | 431 | check_PROGRAMS += randtest |
432 | randtest_SOURCES = randtest.c | 432 | randtest_SOURCES = randtest.c |
433 | 433 | ||
434 | # rc2test | 434 | # rc2_test |
435 | TESTS += rc2test | 435 | TESTS += rc2_test |
436 | check_PROGRAMS += rc2test | 436 | check_PROGRAMS += rc2_test |
437 | rc2test_SOURCES = rc2test.c | 437 | rc2_test_SOURCES = rc2_test.c |
438 | 438 | ||
439 | # rc4_test | 439 | # rc4_test |
440 | TESTS += rc4_test | 440 | TESTS += rc4_test |