Merging upstream version 1.11.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fc25ba7fb2
commit
bdf865565e
946 changed files with 4896 additions and 1272 deletions
|
@ -104,6 +104,15 @@ if conf.get('HAVE_NETDB')
|
|||
test('util', test_util)
|
||||
endif
|
||||
|
||||
psk = executable(
|
||||
'test-psk',
|
||||
['psk.c'],
|
||||
dependencies: libnvme_dep,
|
||||
include_directories: [incdir, internal_incdir]
|
||||
)
|
||||
|
||||
test('psk', psk)
|
||||
|
||||
subdir('ioctl')
|
||||
subdir('nbft')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue