nvtsrv: Add test server

This commit is contained in:
Kim Woelders
2019-08-30 04:21:54 +02:00
parent d0bf492b10
commit 4e14ef1956
8 changed files with 957 additions and 0 deletions
+3
View File
@@ -5,3 +5,6 @@ MAINTAINERCLEANFILES = \
Makefile.in */Makefile.in
SUBDIRS = lib src
if BUILD_TESTTOOLS
SUBDIRS += nvtsrv
endif