mirror of
https://github.com/pkdawson/imgui-godot.git
synced 2026-09-16 03:34:17 +00:00
9 lines
137 B
C++
9 lines
137 B
C++
#include <godot_cpp/godot.hpp>
|
|
#include <gtest/gtest.h>
|
|
#include <mycppnode.h>
|
|
|
|
TEST(SomethingTest, DoAThing)
|
|
{
|
|
ASSERT_TRUE(true);
|
|
}
|