Newer
Older
#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();
}
#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();
}