mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-24 13:04:00 +00:00
Signed-off-by: Adam Treat <treat.adam@gmail.com> Signed-off-by: Jared Van Bortel <jared@nomic.ai> Co-authored-by: Jared Van Bortel <jared@nomic.ai>
6 lines
89 B
C++
6 lines
89 B
C++
#include <gtest/gtest.h>
|
|
|
|
TEST(BasicTest, TestInitialization) {
|
|
EXPECT_TRUE(true);
|
|
}
|