Add regression test freenull

This commit is contained in:
kinichiro
2017-07-10 22:35:09 +09:00
parent cefd44a86e
commit f7cf93fd22
3 changed files with 12 additions and 0 deletions

View File

@@ -174,6 +174,12 @@ check_PROGRAMS += exptest
exptest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
exptest_SOURCES = exptest.c
# freenull
TESTS += freenull
check_PROGRAMS += freenull
freenull_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
freenull_SOURCES = freenull.c
# gcm128test
TESTS += gcm128test
check_PROGRAMS += gcm128test