meson: Build gallium trivial tests
[mesa.git] / src / gallium / meson.build
index c4dd8e1c26d71517cacdfb528d3c3481b265ec10..4468b1906a05ebdf2b2c1e8ea707902862790808 100644 (file)
@@ -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