summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-09-05[tests] Add an alpha testDamien Lespiau1-18/+27
The purpose of this test is to verify that we can now blend a video into a scene using the glColor of underlying actor.
2009-06-24[tests] Add a video start/stop testDamien Lespiau1-0/+8
This tests switches between two videos. It was originally submitted as a test case in bug #1306 (bugzilla.openedhand.com). I've updated it to current clutter API and fix a few things. It might be useful to extend it further to test part of the ClutterMedia implementation.
2009-06-14Introduce --enable-maintainer-cflagsDamien Lespiau1-2/+2
Mimic Clutter with stricter warnings and the use of David Schleef's AS_COMPILER_FLAG macro. Fix a small shadow variable warning introducted by these flags.
2009-06-13Make examples and tests use GCC_FLAGSDamien Lespiau1-2/+4
And few the few resulting warnings.
2009-04-28Add a unit test for RGB frames uploadDamien Lespiau1-1/+11
2009-04-28Move the tests into their own directoryDamien Lespiau1-0/+11
Small unit tests should have their own directory separate from examples.