diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-31 04:13:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-01-31 04:13:03 +0000 |
commit | d2082ee94267e4ca59b187c5e37dac03c1d65187 (patch) | |
tree | cd93a882e0726a7df500fedf2263263984406b36 /tests/meson.build | |
parent | Releasing debian version 2.2.1-4. (diff) | |
download | nvme-cli-d2082ee94267e4ca59b187c5e37dac03c1d65187.tar.xz nvme-cli-d2082ee94267e4ca59b187c5e37dac03c1d65187.zip |
Merging upstream version 2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/meson.build b/tests/meson.build index 6f17137..630f35d 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -55,15 +55,6 @@ if runtests.found() endforeach endif -test_uint128 = executable( - 'test-uint128', - ['test-uint128.c', '../util/types.c'], - include_directories: [incdir, '..'], - dependencies: [libnvme_dep], -) - -test('uint128', test_uint128) - python_module = import('python') python = python_module.find_installation('python3') |