diff options
| -rw-r--r-- | tests/Makefile.am | 4 | ||||
| -rwxr-xr-x | tests/rfc5280time_small.test (renamed from tests/rfc5280time.test) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a01b771..bb32142 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -264,11 +264,11 @@ rc4test_SOURCES = rc4test.c | |||
| 264 | check_PROGRAMS += rfc5280time | 264 | check_PROGRAMS += rfc5280time |
| 265 | rfc5280time_SOURCES = rfc5280time.c | 265 | rfc5280time_SOURCES = rfc5280time.c |
| 266 | if SMALL_TIME_T | 266 | if SMALL_TIME_T |
| 267 | TESTS += rfc5280time.test | 267 | TESTS += rfc5280time_small.test |
| 268 | else | 268 | else |
| 269 | TESTS += rfc5280time | 269 | TESTS += rfc5280time |
| 270 | endif | 270 | endif |
| 271 | EXTRA_DIST += rfc5280time.test | 271 | EXTRA_DIST += rfc5280time_small.test |
| 272 | 272 | ||
| 273 | # rmdtest | 273 | # rmdtest |
| 274 | TESTS += rmdtest | 274 | TESTS += rmdtest |
diff --git a/tests/rfc5280time.test b/tests/rfc5280time_small.test index 3730597..3730597 100755 --- a/tests/rfc5280time.test +++ b/tests/rfc5280time_small.test | |||
