mirror of
https://github.com/open-goal/jak-project
synced 2026-06-21 16:46:55 -04:00
check in existing work
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
TEST(test, test) {
|
||||
EXPECT_TRUE(true);
|
||||
EXPECT_FALSE(false);
|
||||
}
|
||||
Reference in New Issue
Block a user