]> www.infradead.org Git - users/sagi/libnvme.git/commit
test: drop hardware-dependent tests from meson test target
authorJeremy Kerr <jk@codeconstruct.com.au>
Tue, 5 Apr 2022 02:17:20 +0000 (10:17 +0800)
committerJeremy Kerr <jk@codeconstruct.com.au>
Tue, 5 Apr 2022 07:59:30 +0000 (15:59 +0800)
commita72188e8725c699dbe7da29473b684cc55e01d24
tree9f0b17186ce998fbbe086d433ed5719e37fdd66c
parent6a2d2ba8481878f36eca9398cf506328b7bcbdc9
test: drop hardware-dependent tests from meson test target

Currently, the tests under test/ require intractions with actual
hardware, which isn't available under CI.

[Additionally, the test() functions are mostly incorrect, as they'll all
just repeat the same test.c test]

This test drops the test() defitinitons, but leaves the executable()s
available for developer use, and adds a comment to indicate what we're
doing.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
test/meson.build