diff options
Diffstat (limited to 'mesalib/Makefile')
-rw-r--r-- | mesalib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mesalib/Makefile b/mesalib/Makefile index 817f3d370..916c49841 100644 --- a/mesalib/Makefile +++ b/mesalib/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: |