X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=test%2Fconfig%2FSConscript;h=26181907ff6e3f42cca9e61769578fd032215fb0;hb=8808902f3d5e768a02f3936c4a1a8732da682895;hp=9289358ff343d26a8ff89b77e50656fc25395237;hpb=4e12ac57e93c052f716a6305ad8fc099c45899d1;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')