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:
parent
b28e5bedab
commit
2c168b7127
@ -264,11 +264,11 @@ rc4test_SOURCES = rc4test.c
|
|||||||
check_PROGRAMS += rfc5280time
|
check_PROGRAMS += rfc5280time
|
||||||
rfc5280time_SOURCES = rfc5280time.c
|
rfc5280time_SOURCES = rfc5280time.c
|
||||||
if SMALL_TIME_T
|
if SMALL_TIME_T
|
||||||
TESTS += rfc5280time.test
|
TESTS += rfc5280time_small.test
|
||||||
else
|
else
|
||||||
TESTS += rfc5280time
|
TESTS += rfc5280time
|
||||||
endif
|
endif
|
||||||
EXTRA_DIST += rfc5280time.test
|
EXTRA_DIST += rfc5280time_small.test
|
||||||
|
|
||||||
# rmdtest
|
# rmdtest
|
||||||
TESTS += rmdtest
|
TESTS += rmdtest
|
||||||
|
Loading…
Reference in New Issue
Block a user