summaryrefslogtreecommitdiffstats
path: root/src/mesa/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/meson.build')
-rw-r--r--src/mesa/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/meson.build b/src/mesa/meson.build
index d55b03c7187..846a40da822 100644
--- a/src/mesa/meson.build
+++ b/src/mesa/meson.build
@@ -718,3 +718,6 @@ libmesa_gallium = static_library(
)
subdir('drivers/dri')
+if with_tests
+ subdir('main/tests')
+endif