From c42b6ea8297c11b4e2a8c618ac533a33a8043426 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 5 Apr 2025 17:04:56 -0600 Subject: [PATCH] [test] Adjust subdir order --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/meson.build b/test/meson.build index c9a3ec715..363971dba 100644 --- a/test/meson.build +++ b/test/meson.build @@ -1,5 +1,5 @@ -subdir('subset') subdir('fuzzing') subdir('threads') +subdir('subset') subdir('shape') subdir('api')