X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=test%2Ftime%2FSConscript;h=5db2a8441b7dd2d67e7e29b4ccd159c7b30a5c8d;hp=21d24cf090d890fc70cd26b39e11f5effde1151b;hb=63c74af5519ae3db82627b9cd3b36bb2cfa3bd72;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1 diff --git a/test/time/SConscript b/test/time/SConscript index 21d24cf..5db2a84 100644 --- a/test/time/SConscript +++ b/test/time/SConscript @@ -1,6 +1,6 @@ Import ('env') -# To avoid other libraries accumulation (boost testing, i.e.) +# To avoid other libraries accumulation: localEnv = env.Clone() # See http://www.scons.org/doc/2.0.1/HTML/scons-user/c1809.html @@ -21,6 +21,6 @@ libpath_time = current_directory.replace (context, 'source/time/'); localEnv.Append(LIBPATH = [libpath_core, libpath_xml, libpath_time]) -result = localEnv.Program ('anna_time_test', Glob ('*.cpp')) +result = localEnv.Program ('anna_test_time', Glob ('*.cpp')) Return ('result')