diff options
author | Ian Romanick <[email protected]> | 2005-07-07 19:34:06 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-07-07 19:34:06 +0000 |
commit | 259f096ed862b0566111378af5bcdd5c34039faa (patch) | |
tree | 0e3907807bcb8f93bc639d748f8454bca8432b37 /progs/tests/Makefile | |
parent | f3186e578938f4f02268317da528c664d6be7b46 (diff) |
Add regression test for bug #3101.
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 4d3d2696b8b..c32eb9beaf6 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -22,6 +22,7 @@ SOURCES = antialias.c \ blendminmax.c \ blendsquare.c \ bufferobj.c \ + bug_3101.c \ crossbar.c \ cva.c \ dinoshade.c \ |