diff options
author | Keith Whitwell <[email protected]> | 2008-09-15 13:47:12 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-15 13:49:04 +0100 |
commit | a30d2c5727b67a88feee9aff2f7d9128fca9408b (patch) | |
tree | 5a56ded6451fe6b268f8b7fa78c4dc9d99177e6b /progs/trivial/Makefile | |
parent | 641b80275b7d0237c1d5bc79c19d12a0f422173a (diff) |
add dlist-degenerate test case
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index e72fb078890..36a55484886 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -47,6 +47,7 @@ SOURCES = \ dlist-edgeflag.c \ dlist-dangling.c \ dlist-edgeflag-dangling.c \ + dlist-degenerate.c \ drawrange.c \ drawelements.c \ drawarrays.c \ |