~compiz-team/compiz/0.9.10

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

Introduce test framework around the plugin loader.
Merged from lp:~alan-griffiths/compiz-core/test-infrastructure-for-plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
IF (COMPIZ_BUILD_TESTING)
13
13
add_subdirectory( wrapsystem/tests )
 
14
add_subdirectory( plugin )
14
15
add_subdirectory( option/tests )
15
16
ENDIF (COMPIZ_BUILD_TESTING)
16
17