add asn1time to cmake tests
This commit is contained in:
parent
9af6ff9a3a
commit
53f8663976
@ -36,6 +36,11 @@ add_executable(asn1test asn1test.c)
|
||||
target_link_libraries(asn1test ${OPENSSL_LIBS})
|
||||
add_test(asn1test asn1test)
|
||||
|
||||
# asn1time
|
||||
add_executable(asn1time asn1time.c)
|
||||
target_link_libraries(asn1time ${OPENSSL_LIBS})
|
||||
add_test(asn1time asn1time)
|
||||
|
||||
# base64test
|
||||
add_executable(base64test base64test.c)
|
||||
target_link_libraries(base64test ${OPENSSL_LIBS})
|
||||
|
@ -45,7 +45,7 @@ asn1test_SOURCES = asn1test.c
|
||||
# asn1time
|
||||
TESTS += asn1time
|
||||
check_PROGRAMS += asn1time
|
||||
asn1test_SOURCES = asn1time.c
|
||||
asn1time_SOURCES = asn1time.c
|
||||
|
||||
# base64test
|
||||
TESTS += base64test
|
||||
|
Loading…
x
Reference in New Issue
Block a user