1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

Added a nsock test module for loglevels.

This commit is contained in:
henri
2013-05-08 18:08:38 +00:00
parent b51a943a48
commit 4862bbcbb9
3 changed files with 185 additions and 1 deletions

View File

@@ -17,6 +17,8 @@
extern const struct test_case TestPoolUserData;
extern const struct test_case TestTimer;
extern const struct test_case TestLogLevels;
extern const struct test_case TestErrLevels;
static const struct test_case *TestCases[] = {
@@ -24,6 +26,9 @@ static const struct test_case *TestCases[] = {
&TestPoolUserData,
/* ---- timer.c */
&TestTimer,
/* ---- logs.c */
&TestLogLevels,
&TestErrLevels,
NULL
};