diff options
author | Gareth Hughes <[email protected]> | 2001-05-07 14:16:19 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-05-07 14:16:19 +0000 |
commit | c5e907e501f7a3d08598eaaa5f2d805cef24edb9 (patch) | |
tree | b321d51b2b6676a154c1f84295c9c0bfc64dd90b /progs/tests | |
parent | 95d0fe9c11124b9e9c4b2ae5222855c8967278f0 (diff) |
Add new tests.
Diffstat (limited to 'progs/tests')
-rw-r--r-- | progs/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 369b2b1863f..0f432108a94 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -11,9 +11,11 @@ LIBS = -L../lib -lglut -lGLU -lGL -L/usr/X11R6/lib -lX11 -lXext -lm PROGS = cva \ dinoshade \ + fogcoord \ manytex \ multipal \ projtex \ + seccolor \ sharedtex \ texline |