#include <gtest/gtest.h>

#include "test_personnage.h"
#include "test_prof.h"
#include "test_DS.h"
#include "test_map.h"
int main(int argc, char* args[]){

    ::testing::InitGoogleTest(&argc, args);
    return RUN_ALL_TESTS();

}