Add regress servertest

This commit is contained in:
kinichiro
2017-03-11 22:27:09 +09:00
parent ff462f05a2
commit 350170b6ab
4 changed files with 46 additions and 0 deletions

View File

@@ -294,6 +294,12 @@ TESTS += rsa_test
check_PROGRAMS += rsa_test
rsa_test_SOURCES = rsa_test.c
# servertest
TESTS += servertest.sh
check_PROGRAMS += servertest
servertest_SOURCES = servertest.c
EXTRA_DIST += servertest.sh servertest.bat
# sha1test
TESTS += sha1test
check_PROGRAMS += sha1test