From bce615c696f9948376a54a6ddf8c253ea39113bf Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Fri, 29 Sep 2023 16:00:14 +0200 Subject: BUILD: Fix meson build --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/meson.build') diff --git a/src/meson.build b/src/meson.build index 732e3a62a..ee7e53fc2 100644 --- a/src/meson.build +++ b/src/meson.build @@ -11,7 +11,7 @@ if get_option('monolith') == false subdir('arm') endif subdir('statistics') -#$(TESTING)') +subdir('testing') subdir('json', if_found : json_dep) subdir('curl', if_found : [curl_dep]) if get_option('monolith') == false -- cgit v1.2.3