Swiftgram/test/ssgtestsuite.cpp
subhransu mohanty 7501ff54a6 lottie-player : Initial draft for lottie-player library
Change-Id: I8019e13863ef635fc011f0e7b82c692eaa01201d
2018-07-11 10:51:01 +00:00

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();
}