diff options
author | Ian Romanick <[email protected]> | 2012-05-29 11:28:11 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-06-13 13:17:53 -0700 |
commit | a29ad2b421b75a1727b3460db27b9f57e0bb226d (patch) | |
tree | 9cd85ddc1bc02165e7aa1cbec49245b91b21ba34 /Makefile.am | |
parent | 8fecdcc587a192c0ea4e13d59321691b8981c249 (diff) |
mesa/tests: Add tests for the generated dispatch table
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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 |