by adding this snippet, the tests in the Contrib get build too…
RCS file: /cvsroot/opensg/OpenSG/Source/Contrib/SConscript,v
retrieving revision 1.10
diff -r1.10 SConscript
90a91,99
>
> if _po.getOption('tests'):
> # create test programs
> for testsource in tests:
> target = testsource.name[:-4] # get leafname and remove .cpp
> BuildProgram(tc, target, [testsource], tools=[],
> updates=[custom, OpenSGLibrary(['OSGWindowGLUT', 'OSGSystem', 'OSGBase', 'OSGContrib'])],
> CPPPATH=['.', env['PREFIX'].Dir('include'), env['PREFIX'].Dir('include/OpenSG')],
> CPPDEFINES = ['OSG_BUILD_DLL', 'OSG_WITH_GLUT'])