diff --git a/CMakeLists.txt b/CMakeLists.txt index 71c698993d4844d284217d32c70343ab1acc01d8..ae475c944a9c5888053f56cb9d6978efdb2faf07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -212,6 +212,6 @@ MACRO(TALOS_BALANCE_PYTHON_MODULE SUBMODULENAME LIBRARYNAME TARGETNAME) ENDMACRO(TALOS_BALANCE_PYTHON_MODULE) ADD_SUBDIRECTORY(src) -# ADD_SUBDIRECTORY(unitTesting) +# ADD_SUBDIRECTORY(unittest) SETUP_PROJECT_FINALIZE() diff --git a/python/dynamic_graph/sot/talos_balance/tests/__init__.py b/python/dynamic_graph/sot/talos_balance/tests/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/python/dynamic_graph/sot/talos_balance/tests/test_example.py b/unittest/python/test_example.py similarity index 100% rename from python/dynamic_graph/sot/talos_balance/tests/test_example.py rename to unittest/python/test_example.py