X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=site_scons%2FSparseTestHack.py;h=56cbadae7d8cd0640841bf5ab0e42d5326927742;hb=HEAD;hp=319ee281e47cd2dbafd8a42b257a85749b46b651;hpb=c770f9c19d48a50742b9f45e492c12c601bdb1fd;p=senf.git diff --git a/site_scons/SparseTestHack.py b/site_scons/SparseTestHack.py index 319ee28..56cbada 100644 --- a/site_scons/SparseTestHack.py +++ b/site_scons/SparseTestHack.py @@ -6,7 +6,7 @@ import SCons.Node, SCons.Node.FS, SCons.Util, SCons.Errors, os # files needed explicitly. # # This works by building a list of all children (recursively) of the -# test sources. For each child we check, wether a file with the same +# test sources. For each child we check, whether a file with the same # name but an $OBJSUFFIX extension exists as a build target. In that # case, we add it to the list of needed objects (AND recursively scan # that objects children). @@ -80,6 +80,8 @@ def setup(env): env['BUILDERS']['RealBoostUnitTest'] = env['BUILDERS']['BoostUnitTest'] env['BUILDERS']['BoostUnitTest'] = AutoObjectBoostUnitTest env['_UNIT_TEST_LIST'] = [] + env.Append(EXTRA_LIBS = [ '$BOOSTREGEXLIB', '$BOOSTSIGNALSLIB', + '$BOOSTFSLIB', '$BOOSTSYSTEMLIB', '$BOOSTDATETIMELIB' ]) # This needs to be called after all build targets have been set # up. This is important since the list of object targets needs to be