diff options
| author | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-12-04 20:56:08 +0900 |
|---|---|---|
| committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-12-04 21:00:39 +0900 |
| commit | 87c45af9e0ed85856ac582e08fc31368f05b4713 (patch) | |
| tree | 5fcb3f679d93a381a42dd9f9201714876cb70327 | |
| parent | b51803910f138df275f0e97fe846ebbdc786f870 (diff) | |
| download | portable-87c45af9e0ed85856ac582e08fc31368f05b4713.tar.gz portable-87c45af9e0ed85856ac582e08fc31368f05b4713.tar.bz2 portable-87c45af9e0ed85856ac582e08fc31368f05b4713.zip | |
Sort regress key_schedule
| -rw-r--r-- | tests/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f4da814..93dba92 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -273,6 +273,11 @@ TESTS += igetest | |||
| 273 | check_PROGRAMS += igetest | 273 | check_PROGRAMS += igetest |
| 274 | igetest_SOURCES = igetest.c | 274 | igetest_SOURCES = igetest.c |
| 275 | 275 | ||
| 276 | # key_schedule | ||
| 277 | TESTS += key_schedule | ||
| 278 | check_PROGRAMS += key_schedule | ||
| 279 | key_schedule_SOURCES = key_schedule.c | ||
| 280 | |||
| 276 | # keypairtest | 281 | # keypairtest |
| 277 | TESTS += keypairtest.sh | 282 | TESTS += keypairtest.sh |
| 278 | keypairtest_CPPFLAGS = -I $(top_srcdir)/tls $(AM_CPPFLAGS) | 283 | keypairtest_CPPFLAGS = -I $(top_srcdir)/tls $(AM_CPPFLAGS) |
| @@ -280,11 +285,6 @@ check_PROGRAMS += keypairtest | |||
| 280 | keypairtest_SOURCES = keypairtest.c | 285 | keypairtest_SOURCES = keypairtest.c |
| 281 | EXTRA_DIST += keypairtest.sh | 286 | EXTRA_DIST += keypairtest.sh |
| 282 | 287 | ||
| 283 | # key_schedule | ||
| 284 | TESTS += key_schedule | ||
| 285 | check_PROGRAMS += key_schedule | ||
| 286 | key_schedule_SOURCES = key_schedule.c | ||
| 287 | |||
| 288 | # md4test | 288 | # md4test |
| 289 | TESTS += md4test | 289 | TESTS += md4test |
| 290 | check_PROGRAMS += md4test | 290 | check_PROGRAMS += md4test |
