diff options
author | Jakob Bornecrantz <[email protected]> | 2008-06-18 18:35:11 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2008-06-18 19:07:07 +0200 |
commit | ba344753b16d7bc7df40bd85989d0c84e48190bb (patch) | |
tree | 98a63687b7c500f91da5a3c0a43f3eb274c57c05 /progs/tests/Makefile | |
parent | b1eff0228b7199920c02e62446ebf5496c298814 (diff) |
tests: Added a test for a strange bug in texstore_a8
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 75d1eca08ee..7e8c0c8e34d 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -30,6 +30,7 @@ SOURCES = \ bug_3050.c \ bug_3101.c \ bug_3195.c \ + bug_texstore_i8.c \ calibrate_rast.c \ copypixrate.c \ crossbar.c \ |