[DEBUG] Test name error (build)

This commit is contained in:
Edouard DUPIN 2015-06-15 22:19:36 +02:00
parent 4fb6885541
commit 9e3f909d86

View File

@ -4,11 +4,11 @@ import lutin.tools as tools
import lutin.debug as debug
def get_desc():
return "test for LMS ALGO"
return "test for River ALGO"
def create(target):
myModule = module.Module(__file__, 'audio_algo-river-test', 'BINARY')
myModule = module.Module(__file__, 'audio-algo-river-test', 'BINARY')
myModule.add_src_file([
'test/main.cpp',
'test/debug.cpp'