From 5cbb09516a98d53943062badc08865507f18100d Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 10 Jan 2023 10:28:04 -0500 Subject: Initial commit --- graphicus-01.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 graphicus-01.cpp (limited to 'graphicus-01.cpp') diff --git a/graphicus-01.cpp b/graphicus-01.cpp new file mode 100644 index 0000000..b544cc8 --- /dev/null +++ b/graphicus-01.cpp @@ -0,0 +1,18 @@ +/******** + * 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; +} + -- cgit v1.2.3