numam-spdk/test/external_code/hello_world/bdev.conf
Seth Howell 3509378604 test/autobuild: verify external code can link to libs
This test helps ensure that nothing about the way we build our shared
objects changes in a way that breaks external applications or bdev
modules trying to link to SPDK.

Change-Id: I45ac36a2afc873b04eb237f4e633a9d84066737c
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/435
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Broadcom CI
2020-04-15 22:10:08 +00:00

18 lines
282 B
Plaintext

{
"subsystems": [
{
"subsystem": "bdev",
"config": [
{
"params": {
"name": "Malloc0",
"block_size": 4096,
"num_blocks": 32
},
"method": "construct_malloc_bdev"
}
]
}
]
}