move rfc5280time to rfc5280time_small

Having the same name as the executable confuses the driver, and it runs
the wrong thing.
This commit is contained in:
Brent Cook 2015-10-18 11:18:23 -05:00
parent b28e5bedab
commit 2c168b7127
2 changed files with 2 additions and 2 deletions

View File

@ -264,11 +264,11 @@ rc4test_SOURCES = rc4test.c
check_PROGRAMS += rfc5280time
rfc5280time_SOURCES = rfc5280time.c
if SMALL_TIME_T
TESTS += rfc5280time.test
TESTS += rfc5280time_small.test
else
TESTS += rfc5280time
endif
EXTRA_DIST += rfc5280time.test
EXTRA_DIST += rfc5280time_small.test
# rmdtest
TESTS += rmdtest