summaryrefslogtreecommitdiffstats
path: root/src/gallium/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-01-10 16:07:11 -0800
committerDylan Baker <[email protected]>2018-04-18 09:03:57 -0700
commit4c794c7834ecbabd7ed0fa16ddbb1e6d4f692b5a (patch)
tree23f55a371cbe4f11a0a4a5f2c459b83da485282c /src/gallium/meson.build
parent7fee8fed1694a77894200468d942ab89746349f4 (diff)
meson: Build gallium trivial tests
Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/meson.build')
-rw-r--r--src/gallium/meson.build6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/meson.build b/src/gallium/meson.build
index c4dd8e1c26d..4468b1906a0 100644
--- a/src/gallium/meson.build
+++ b/src/gallium/meson.build
@@ -1,5 +1,5 @@
# Copyright © 2017 Dylan Baker
-# Copyright © 2017 Intel Corporation
+# Copyright © 2017-2018 Intel Corporation
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -191,4 +191,6 @@ if with_gallium_st_nine
subdir('state_trackers/nine')
subdir('targets/d3dadapter9')
endif
-# TODO: tests
+if with_tests
+ subdir('tests')
+endif