summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-05-29 11:28:11 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-06-13 13:17:53 -0700
commita29ad2b421b75a1727b3460db27b9f57e0bb226d (patch)
tree9cd85ddc1bc02165e7aa1cbec49245b91b21ba34 /Makefile.am
parent8fecdcc587a192c0ea4e13d59321691b8981c249 (diff)
mesa/tests: Add tests for the generated dispatch table
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 3721d1eaac5..9c9e9f6cff0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,7 @@ doxygen:
cd doxygen && $(MAKE)
check-local:
+ $(MAKE) -C src/mapi/glapi/tests check
$(MAKE) -C src/mesa/main/tests check
$(MAKE) -C src/glsl/tests check
$(MAKE) -C src/glx/tests check