// // Created by Antoine Bartuccio on 15/05/2017. // #ifndef FISH_FISH_CORE_TESTS_H #define FISH_FISH_CORE_TESTS_H #include class FishCoreTests : public ::testing::Test { void SetUp() {} void TearDown(){} }; #endif //FISH_FISH_CORE_TESTS_H