diff options
author | Brian Paul <[email protected]> | 2009-03-04 21:03:29 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-03-04 21:03:29 -0700 |
commit | b5d3c17427646b51f341f6bc6bba160d6dc686c2 (patch) | |
tree | 71d98a8433ae2797a43e076820dc91caf6dbac75 /progs/tests/Makefile | |
parent | 5c18ff2bf85fe58e7709a342a5f2ac602d3e2e37 (diff) |
tests: add new mapbufrange.c test to test GL_ARB_map_buffer_range
This only tests the most basic functionality for now.
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index a70a6ab9abc..b6ce44008d4 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -8,7 +8,7 @@ TOP = ../.. include $(TOP)/configs/current -LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS) +LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLEW_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS) SOURCES = \ afsmultiarb.c \ @@ -54,6 +54,7 @@ SOURCES = \ jkrahntest.c \ lineclip.c \ manytex.c \ + mapbufrange.c \ mapvbo.c \ minmag.c \ mipmap_limits.c \ |