~jscott/which

55528d3dc5d3b0123ce1971664578f1be8ae5e6c — John Scott 6 months ago abaf6c8
Remove the test from the build system also
1 files changed, 0 insertions(+), 3 deletions(-)

M meson.build
M meson.build => meson.build +0 -3
@@ 45,6 45,3 @@ if has_advisory_info
endif

which = executable('which', 'which.c', dependencies: [pthread, rt], install: true)
if meson.can_run_host_binaries()
	test('find sh', executable('shtest', 'test.c', native: true), args: [which])
endif