mirror of https://github.com/google/gemma.cpp.git
Merge 5243cc31f1 into 8a100c1e8d
This commit is contained in:
commit
48f4fd9cca
|
|
@ -180,8 +180,8 @@ TEST_F(GemmaTest, CrossEntropySmall) {
|
|||
} // namespace gcpp
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
gcpp::InternalInit();
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
gcpp::GemmaTest::InitEnv(argc, argv);
|
||||
int ret = RUN_ALL_TESTS();
|
||||
gcpp::GemmaTest::DeleteEnv();
|
||||
|
|
|
|||
Loading…
Reference in New Issue