summaryrefslogtreecommitdiff
path: root/graphicus-02.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphicus-02.cpp')
-rw-r--r--graphicus-02.cpp8
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;
}