mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-10-23 17:09:06 +00:00
Implement the first real test of gpt4all-chat (#3116)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
5
gpt4all-chat/tests/cpp/basic_test.cpp
Normal file
5
gpt4all-chat/tests/cpp/basic_test.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(BasicTest, TestInitialization) {
|
||||
EXPECT_TRUE(true);
|
||||
}
|
Reference in New Issue
Block a user