diff --git a/examples/CMakeLists.txt b/tests/examples/CMakeLists.txt similarity index 100% rename from examples/CMakeLists.txt rename to tests/examples/CMakeLists.txt diff --git a/examples/cam-test.cpp b/tests/examples/cam-test.cpp similarity index 100% rename from examples/cam-test.cpp rename to tests/examples/cam-test.cpp diff --git a/examples/detection.cpp b/tests/examples/detection.cpp similarity index 100% rename from examples/detection.cpp rename to tests/examples/detection.cpp diff --git a/examples/edge-detection.cpp b/tests/examples/edge-detection.cpp similarity index 100% rename from examples/edge-detection.cpp rename to tests/examples/edge-detection.cpp diff --git a/examples/lireimage.cpp b/tests/examples/lireimage.cpp similarity index 100% rename from examples/lireimage.cpp rename to tests/examples/lireimage.cpp diff --git a/examples/lpe_col.cpp b/tests/examples/lpe_col.cpp similarity index 100% rename from examples/lpe_col.cpp rename to tests/examples/lpe_col.cpp diff --git a/examples/test-fft.cpp b/tests/examples/test-fft.cpp similarity index 100% rename from examples/test-fft.cpp rename to tests/examples/test-fft.cpp diff --git a/resources/exemplepython.jpg b/tests/resources/exemplepython.jpg similarity index 100% rename from resources/exemplepython.jpg rename to tests/resources/exemplepython.jpg diff --git a/src/CMakeLists.txt b/tests/src/CMakeLists.txt similarity index 100% rename from src/CMakeLists.txt rename to tests/src/CMakeLists.txt diff --git a/src/math.hpp b/tests/src/math.hpp similarity index 100% rename from src/math.hpp rename to tests/src/math.hpp diff --git a/src/test-fft.cpp b/tests/src/test-fft.cpp similarity index 100% rename from src/test-fft.cpp rename to tests/src/test-fft.cpp diff --git a/src/traitement.cpp b/tests/src/traitement.cpp similarity index 100% rename from src/traitement.cpp rename to tests/src/traitement.cpp