From f12a069959a70bd39a9e1b83a9f29636712e0d78 Mon Sep 17 00:00:00 2001 From: Guillaume Courrier Date: Tue, 26 Nov 2019 11:49:28 +0100 Subject: [PATCH] =?UTF-8?q?cr=C3=A9ation=20du=20r=C3=A9pertoire=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {examples => tests/examples}/CMakeLists.txt | 0 {examples => tests/examples}/cam-test.cpp | 0 {examples => tests/examples}/detection.cpp | 0 {examples => tests/examples}/edge-detection.cpp | 0 {examples => tests/examples}/lireimage.cpp | 0 {examples => tests/examples}/lpe_col.cpp | 0 {examples => tests/examples}/test-fft.cpp | 0 {resources => tests/resources}/exemplepython.jpg | Bin {src => tests/src}/CMakeLists.txt | 0 {src => tests/src}/math.hpp | 0 {src => tests/src}/test-fft.cpp | 0 {src => tests/src}/traitement.cpp | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename {examples => tests/examples}/CMakeLists.txt (100%) rename {examples => tests/examples}/cam-test.cpp (100%) rename {examples => tests/examples}/detection.cpp (100%) rename {examples => tests/examples}/edge-detection.cpp (100%) rename {examples => tests/examples}/lireimage.cpp (100%) rename {examples => tests/examples}/lpe_col.cpp (100%) rename {examples => tests/examples}/test-fft.cpp (100%) rename {resources => tests/resources}/exemplepython.jpg (100%) rename {src => tests/src}/CMakeLists.txt (100%) rename {src => tests/src}/math.hpp (100%) rename {src => tests/src}/test-fft.cpp (100%) rename {src => tests/src}/traitement.cpp (100%) 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