tests: Add SDCP virtual device test

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

View File

@@ -22,3 +22,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: '')