tests: Add SDCP virtual device test

This commit is contained in:
Benjamin Berg
2020-09-29 12:38:29 +02:00
parent 8ecd78e982
commit f921aaf0a8
3 changed files with 189 additions and 0 deletions

View File

@@ -30,3 +30,8 @@ option('doc',
description: 'Whether to build the API documentation',
type: 'boolean',
value: true)
option('sdcp_virt_binary',
description: 'Path to virtual SDCP test binary, please refer to CI for more details.',
type: 'string',
value: '')