summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-06-30 18:17:39 +0100
committerKeith Whitwell <keithw@vmware.com>2009-06-30 18:17:39 +0100
commit1ca836f0de7ac23a3d66e109eeda3c2e29b9b17c (patch)
treedec2eb8200adfc0d4f7239e3b76d91d1fa3aee62 /progs/trivial/Makefile
parentd6c2347d79c50ac18eab96378d79d989f3ffd0b7 (diff)
progs/trivial: add test case for short-circuiting material changes
Similar to dlist-tri-flat-tri, but using glMaterial calls, which have the extra property of being legal within Begin/End calls.
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index ae750db22a..a120270a9a 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -21,6 +21,7 @@ SOURCES = \
dlist-dangling.c \
dlist-flat-tri.c \
dlist-tri-flat-tri.c \
+ dlist-tri-mat-tri.c \
dlist-recursive-call.c \
dlist-edgeflag-dangling.c \
dlist-edgeflag.c \