From d0bde3c60fa911ac0bb0f71ce2a6a963c874392e Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Fri, 13 Jan 2023 14:52:41 -0500 Subject: Everything works before validation --- graphicus-02.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'graphicus-02.cpp') diff --git a/graphicus-02.cpp b/graphicus-02.cpp index b01b3a9..d42dd8f 100644 --- a/graphicus-02.cpp +++ b/graphicus-02.cpp @@ -10,9 +10,11 @@ using namespace std; int main() { - Tests tests; + Tests tests; - tests.tests_application(); - return 0; + /* tests.tests_unitaires(); */ + tests.tests_application_cas_01(); + + return 0; } -- cgit v1.2.3