From 5acb3cabd10bf0f635d8ca3a131df641e908d681 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 1 Jan 2021 06:29:03 +0900 Subject: meson: make the second and third elements of tests or fuzzers optional Then, we can shorten many test definitions. --- src/machine/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/machine/meson.build') diff --git a/src/machine/meson.build b/src/machine/meson.build index ebbd46d4f2..ac13690397 100644 --- a/src/machine/meson.build +++ b/src/machine/meson.build @@ -40,5 +40,5 @@ tests += [ [libmachine_core, libshared], [threads], - 'ENABLE_MACHINED'], + [], 'ENABLE_MACHINED'], ] -- cgit v1.2.1