From 9e3f909d863a1ac1b7728e11a0fad4924cc0187a Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 15 Jun 2015 22:19:36 +0200 Subject: [PATCH] [DEBUG] Test name error (build) --- lutin_audio-algo-river-test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lutin_audio-algo-river-test.py b/lutin_audio-algo-river-test.py index 78945e0..79c9dd7 100644 --- a/lutin_audio-algo-river-test.py +++ b/lutin_audio-algo-river-test.py @@ -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'