]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- test suite but fails on 5 tests auto/th/Mesa-9.2.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Oct 2013 08:22:31 +0000 (10:22 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Oct 2013 08:22:31 +0000 (10:22 +0200)
Mesa.spec

index a3adb296210bc0c63baa4c10fdf208bcd661ff54..20c9d84033007f72f632b28ecae1d29143357974 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -15,6 +15,7 @@
 %bcond_without wayland         # Wayland EGL
 %bcond_without xa              # XA state tracker (for vmwgfx xorg driver)
 %bcond_with    static_libs     # static libraries [not supported for DRI, thus broken currently]
+%bcond_with    tests           # tests
 #
 # glapi version (glapi tables in dri drivers and libglx must be in sync);
 # set to current Mesa version on ABI break, when xserver tables get regenerated
@@ -1056,6 +1057,8 @@ gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
 
 %{__make}
 
+%{?with_tests:%{__make} check}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.508883 seconds and 4 git commands to generate.