X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftime%2FSConscript;fp=test%2Ftime%2FSConscript;h=b735337c70ad4e3b958679508e0e9c43b01496ae;hb=06b6a91843963f1a3f41df9e3c0ae911b3913b8f;hp=21d24cf090d890fc70cd26b39e11f5effde1151b;hpb=2591707d6a9019eea0a37cf69cf6b9e76242f600;p=anna.git diff --git a/test/time/SConscript b/test/time/SConscript index 21d24cf..b735337 100644 --- a/test/time/SConscript +++ b/test/time/SConscript @@ -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')