X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=test%2Fconfig%2FSConscript;h=26181907ff6e3f42cca9e61769578fd032215fb0;hb=06b6a91843963f1a3f41df9e3c0ae911b3913b8f;hp=9289358ff343d26a8ff89b77e50656fc25395237;hpb=2591707d6a9019eea0a37cf69cf6b9e76242f600;p=anna.git diff --git a/test/config/SConscript b/test/config/SConscript index 9289358..2618190 100644 --- a/test/config/SConscript +++ b/test/config/SConscript @@ -14,6 +14,6 @@ current_directory = str (pwd); libpath = current_directory.replace ('test/', 'source/'); env.Append (LIBPATH = [libpath]) -result = env.Program ('anna_config_test', Glob ('*.cpp')) +result = env.Program ('anna_test_config', Glob ('*.cpp')) Return ('result')