u_format: move format tests to util/tests/
[mesa.git] / src / gallium / tests / meson.build
index 1779874fb1a188c034be861d4dae8623cf73656d..e7fdf5aa39f388990b4c3e35c0596a144de60cd6 100644 (file)
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 # SOFTWARE.
 
-subdir('trivial')
+if not with_platform_windows
+  # pipe-loader doesn't build on windows.
+  subdir('trivial')
+endif
+if with_gallium_softpipe
+  subdir('unit')
+endif
+
+if host_machine.system() != 'windows' or cpp.get_id() != 'gcc'
+  # FIXME: This has linking errors I can't figure out with MinGW. works fine
+  # with MSVC, works fine with GCC on Linux.
+  subdir('graw')
+endif