Merging upstream version 1.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
de317aafca
commit
a2fa71affa
762 changed files with 7536 additions and 1096 deletions
|
@ -12,7 +12,7 @@
|
|||
main = executable(
|
||||
'main-test',
|
||||
['test.c'],
|
||||
dependencies: [libnvme_dep, libuuid_dep],
|
||||
dependencies: [libnvme_dep],
|
||||
include_directories: [incdir, internal_incdir]
|
||||
)
|
||||
|
||||
|
@ -56,3 +56,12 @@ mi_mctp = executable(
|
|||
)
|
||||
|
||||
test('mi-mctp', mi_mctp)
|
||||
|
||||
uuid = executable(
|
||||
'test-uuid',
|
||||
['uuid.c'],
|
||||
dependencies: libnvme_dep,
|
||||
include_directories: [incdir, internal_incdir]
|
||||
)
|
||||
|
||||
test('uuid', uuid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue