summaryrefslogtreecommitdiff
path: root/progs/tests/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-11-08 18:30:26 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-11-08 18:30:26 +0000
commitaa80f0548499f693a0fda1bdab5af416f21025e8 (patch)
tree8997876924fc7a164b8b892d6e7e1e0897d91142 /progs/tests/Makefile
parentaf76b4280caabec60746de522b1dbf9b9da440fc (diff)
multisample / polygon smooth test
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r--progs/tests/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index f67a7c76cb..f57759cc50 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -8,7 +8,8 @@ CC = gcc
CFLAGS = -g -I../include
LIBS = -L../lib -lglut -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXext -lm
-PROGS = cva \
+PROGS = antialias \
+ cva \
dinoshade \
fogcoord \
getprocaddress \