mirror of
https://github.com/encounter/cpp3ds.git
synced 2026-03-30 11:04:22 -07:00
7 lines
110 B
C++
7 lines
110 B
C++
#include "gtest/gtest.h"
|
|
#include <cpp3ds/Graphics.hpp>
|
|
|
|
TEST(Test, EqualityCheck){
|
|
EXPECT_EQ(true, true);
|
|
}
|