diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-13 19:31:33 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-13 19:31:33 -0500 |
commit | 267868847b0885f60aaae43afd4f54ce028181d8 (patch) | |
tree | 1cce415f624760481f2f4cc49d42c65fbd857e55 /graphicus-01.cpp | |
parent | 82539db317b616b41b6e16629f19ddb4a49f6cc7 (diff) | |
parent | 86fbed0811fc4ef36ffb66b3f774df61eb87c24b (diff) |
Merge branch 'development'
Diffstat (limited to 'graphicus-01.cpp')
-rw-r--r-- | graphicus-01.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/graphicus-01.cpp b/graphicus-01.cpp deleted file mode 100644 index b544cc8..0000000 --- a/graphicus-01.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/******** - * Fichier: graphicus-01.cpp - * Auteurs: C.-A. Brunet - * Date: 08 janvier 2018 (creation) - * Description: gestionnaire de tests pour l'application Graphicus. Ce - * fichier fait partie de la distribution de Graphicus. -********/ -#include "tests.h" - -using namespace std; - -int main() { - Tests tests; - - tests.tests_application(); - return 0; -} - |