1
0
Fork 0

Merging upstream version 1.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-16 10:05:45 +01:00
parent de317aafca
commit a2fa71affa
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
762 changed files with 7536 additions and 1096 deletions

View file

@ -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)