mirror of
https://github.com/open-goal/jak-project
synced 2026-05-23 15:02:01 -04:00
6 lines
90 B
C++
6 lines
90 B
C++
#include "gtest/gtest.h"
|
|
|
|
TEST(test, test) {
|
|
EXPECT_TRUE(true);
|
|
EXPECT_FALSE(false);
|
|
} |