mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-04-30 12:44:28 +00:00
6 lines
89 B
C++
6 lines
89 B
C++
#include <gtest/gtest.h>
|
|
|
|
TEST(BasicTest, TestInitialization) {
|
|
EXPECT_TRUE(true);
|
|
}
|