pacman/test/testPosition.cpp

6 lines
98 B
C++

#include "Position.hpp"
#include <gtest/gtest.h>
TEST(PositionTest, Init) {
EXPECT_EQ(1, 1);
}