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')
libpath = current_directory.replace ('test/', 'source/');
env.Append (LIBPATH = [libpath])
-result = env.Program ('anna_core_test', Glob ('*.cpp'))
+result = env.Program ('anna_test_core', Glob ('*.cpp'))
Return ('result')
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')