nvttest: Add test tool

This commit is contained in:
Kim Woelders
2023-02-09 07:41:56 +01:00
parent 4e14ef1956
commit 02d90b7634
4 changed files with 153 additions and 0 deletions
+1
View File
@@ -7,4 +7,5 @@ MAINTAINERCLEANFILES = \
SUBDIRS = lib src
if BUILD_TESTTOOLS
SUBDIRS += nvtsrv
SUBDIRS += nvttest
endif