diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-13 14:52:41 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-13 14:52:41 -0500 |
commit | d0bde3c60fa911ac0bb0f71ce2a6a963c874392e (patch) | |
tree | ddcc00fab2749cc7b4110eed9f69189b6fcc7422 /graphicus-02.cpp | |
parent | 3fb8effa3603e9a9b96d263009fc1397433436ba (diff) |
Everything works before validation
Diffstat (limited to 'graphicus-02.cpp')
-rw-r--r-- | graphicus-02.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
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; } |