diff options
author | Benjamin Otte <otte@redhat.com> | 2010-04-14 22:43:29 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-04-14 22:45:18 +0200 |
commit | 5fed41ee2bb3097c1446c1cf2038c912d5932692 (patch) | |
tree | d52742f16a9f7da7d1c7b2ce668bef5f44342ead /test/Makefile.sources | |
parent | 6826f020014fff566678a1ff92014211e2a21d4c (diff) |
test: Add test checking that all setters properly check surface->status
In particular, make sure that the setters when called on a const nil
surface don't try to set surface->status.
Diffstat (limited to 'test/Makefile.sources')
-rw-r--r-- | test/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.sources b/test/Makefile.sources index 65e81865..34143db9 100644 --- a/test/Makefile.sources +++ b/test/Makefile.sources @@ -73,6 +73,7 @@ test_sources = \ device-offset-fractional.c \ device-offset-positive.c \ device-offset-scale.c \ + error-setters.c \ extend-pad.c \ extend-pad-border.c \ extend-pad-similar.c \ |