i915: Convert to use GLbitfield64 directly.
[mesa.git] / Makefile
index 817f3d3706a48a6242efffdb2dbbcee419b41057..cf6555c782dc4932342ea2b16de3b65ae5eb80b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,10 @@ all: default
 doxygen:
        cd doxygen && $(MAKE)
 
+check:
+       cd src/glsl/tests/ && ./optimization-test
+       @echo "All tests passed."
+
 clean:
        -@touch $(TOP)/configs/current
        -@for dir in $(SUBDIRS) ; do \
@@ -51,7 +55,7 @@ install:
        done
 
 
-.PHONY: default doxygen clean realclean distclean install
+.PHONY: default doxygen clean realclean distclean install check
 
 # If there's no current configuration file
 $(TOP)/configs/current:
@@ -78,7 +82,6 @@ aix-static \
 autoconf \
 bluegene-osmesa \
 bluegene-xlc-osmesa \
-beos \
 catamount-osmesa-pgi \
 darwin \
 darwin-fat-32bit \
@@ -109,8 +112,6 @@ linux \
 linux-i965 \
 linux-alpha \
 linux-alpha-static \
-linux-cell \
-linux-cell-debug \
 linux-debug \
 linux-dri \
 linux-dri-debug \