tests: Add an initial Behaviour conformance suite
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 2 Feb 2010 12:56:04 +0000 (12:56 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 2 Feb 2010 12:58:27 +0000 (12:58 +0000)
commit12b004b0e7e13ca64d7d35cd3fe083f582b7aa09
treedea3aaae3c61d15234c948000e35a448cb5a8f45
parentf94e6911510b5376dd490c1f8724e616aaf2e5dc
tests: Add an initial Behaviour conformance suite

The coverage of the Behaviour sub-classes is currently abysmal. An
initial test suite for Behaviours should at least verify that the
accessors and the constructors are doing the right thing.

This initial test suite just verifies the BehaviourOpacity sub-class,
but it already bumps up the overall coverage by 2%.
.gitignore
tests/conform/Makefile.am
tests/conform/test-behaviours.c [new file with mode: 0644]
tests/conform/test-conform-main.c