[DEV] need lutin 1.2.0 add dependency of test for gcov

This commit is contained in:
Edouard DUPIN 2016-02-23 22:19:14 +01:00
parent 20797c0e97
commit 3602a12cd7

View File

@ -53,5 +53,6 @@ def create(target, module_name):
my_module.compile_flags('c++', [
"-DESIGNAL_VERSION=\"\\\"" + tools.version_to_string(get_version()) + "\\\"\""
])
my_module.add_tools(['esignal-test'])
return my_module