diff --git a/lutin_eproperty-test.py b/lutin_eproperty-test.py index ce4e315..8b87a01 100644 --- a/lutin_eproperty-test.py +++ b/lutin_eproperty-test.py @@ -29,7 +29,7 @@ def create(target, module_name): my_module = module.Module(__file__, module_name, get_type()) my_module.add_src_file([ 'test/main.cpp', - 'test/declareSignals.cpp', + 'test/declareProperties.cpp', 'test/test_list.cpp', 'test/test_range.cpp', 'test/test_value.cpp' diff --git a/test/declareProperties.cpp b/test/declareProperties.cpp new file mode 100644 index 0000000..e69de29