diff options
Diffstat (limited to 'tests.h')
-rw-r--r-- | tests.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,9 @@ * fait partie de la distribution de Graphicus. ********/ +#ifndef __TESTS_H__ +#define __TESTS_H__ + #include <iostream> #include "canevas.h" @@ -26,3 +29,5 @@ public: void tests_application_cas_02(); void tests_application(); // Appel de tous les tests applicatifs }; + +#endif |