Files

7 lines
110 B
C++
Raw Permalink Normal View History

2014-02-06 23:13:00 -05:00
#include "gtest/gtest.h"
#include <cpp3ds/Graphics.hpp>
2014-02-06 23:13:00 -05:00
TEST(Test, EqualityCheck){
2014-02-06 23:35:31 -05:00
EXPECT_EQ(true, true);
2014-02-06 23:13:00 -05:00
}