Add libevent testing to Travis

This commit is contained in:
Jeffrey Walton
2020-03-17 12:33:08 -04:00
parent e4268663e6
commit dafe849c5b
4 changed files with 80 additions and 28 deletions
+4
View File
@@ -867,7 +867,11 @@ main(int argc, char* argv[])
printf("\tperforms unit tests.\n");
return 1;
}
#ifdef USE_LIBEVENT
printf("Start of %s+libevent unit test.\n", PACKAGE_STRING);
#else
printf("Start of %s unit test.\n", PACKAGE_STRING);
#endif
#ifdef HAVE_SSL
# ifdef HAVE_ERR_LOAD_CRYPTO_STRINGS
ERR_load_crypto_strings();