diff options
author | Keith Whitwell <[email protected]> | 2008-10-07 19:12:26 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-10-07 19:14:18 +0100 |
commit | 1ec78df1e76a58f23cadce7b22d34849af83bf84 (patch) | |
tree | 133b09bafb96eb5e4fe2f1a071e97844d75f93a8 /progs/trivial/Makefile | |
parent | 239617fbe22d4dd7b2794510a6665f09602b5adf (diff) |
trivial: add more vp tests
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 65937f2f3f5..d2821718260 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -125,6 +125,8 @@ SOURCES = \ vp-line-clip.c \ vp-tri.c \ vp-tri-swap.c \ + vp-tri-imm.c \ + vp-tri-cb.c \ vp-unfilled.c PROGS = $(SOURCES:%.c=%) |