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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user