reorganization
[anna.git] / test / time / SConscript
index 21d24cf..b735337 100644 (file)
@@ -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')