Swiftgram/test/testsuite.cpp
sub.mohanty@samsung.com 446a18a1e5 lottie/test: refactor unit test suite for lottie library
Change-Id: I25097f0c3c637e020c51f9f679082809d0cbdaad
2018-09-09 12:05:49 +09:00

7 lines
132 B
C++

#include <gtest/gtest.h>
int main(int argc, char **argv) {
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}