From b5d3c17427646b51f341f6bc6bba160d6dc686c2 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 4 Mar 2009 21:03:29 -0700 Subject: tests: add new mapbufrange.c test to test GL_ARB_map_buffer_range This only tests the most basic functionality for now. --- progs/tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'progs/tests/Makefile') diff --git a/progs/tests/Makefile b/progs/tests/Makefile index a70a6ab9ab..b6ce44008d 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 \ -- cgit v1.2.3