Skip to content
Snippets Groups Projects
test_main.cpp 230 B
Newer Older
Le-Bao-Tin.Ha's avatar
Le-Bao-Tin.Ha committed
#include <gtest/gtest.h>

#include "test_personnage.h"
#include "test_prof.h"
#include "test_DS.h"
#include "test_map.h"
Le-Bao-Tin.Ha's avatar
Le-Bao-Tin.Ha committed
int main(int argc, char* args[]){

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

}