1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 01:49:03 +00:00

Add tests subdir and have DNS test compile and run

This commit is contained in:
gio
2015-07-30 06:27:30 +00:00
parent 65aea074d1
commit a44030ae23
4 changed files with 151 additions and 5 deletions

View File

@@ -224,6 +224,7 @@
#undef NDEBUG
/* Integer types */
#include <stdint.h>
typedef uint8_t u8;
typedef int8_t s8;
typedef uint16_t u16;