mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
9 lines
209 B
C++
9 lines
209 B
C++
#include <gtest/gtest.h>
|
|
#include"vdebug.h"
|
|
|
|
int main(int argc, char **argv) {
|
|
initialize(GuaranteedLogger(), "/tmp/", "ssglog", 1);
|
|
testing::InitGoogleTest(&argc, argv);
|
|
return RUN_ALL_TESTS();
|
|
}
|