Skip to content

Commit 20b6c2d

Browse files
authored
Merge pull request #333 from jk-ozlabs/fixes
test: fix meson test() executable definitions
2 parents 6a2d2ba + a72188e commit 20b6c2d

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

test/meson.build

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
# Copyright (c) 2021 Dell Inc.
55
#
66
# Authors: Martin Belanger <[email protected]>
7-
#
7+
8+
# These tests all require interaction with a real NVMe device, so we don't
9+
# define as meson unit-tests, and therefore get run as part of the 'test'
10+
# target. However, they're available for developer use, when hardware is
11+
# available.
812
main = executable(
913
'main-test',
1014
['test.c'],
@@ -33,9 +37,3 @@ zns = executable(
3337
link_with: libnvme,
3438
include_directories: [incdir, internal_incdir]
3539
)
36-
37-
test('main', main)
38-
test('main', main, args: ['nvme10'])
39-
test('cpp', main)
40-
test('register', main, args: ['nvme10'])
41-
test('zns', main)

0 commit comments

Comments
 (0)