a37d67159460949fac524bca53cff7aa536d3c6b
[platform/core/uifw/stt.git] / tests / src / main.cpp
1 #include <gtest/gtest.h>
2 #include <gmock/gmock.h>
3
4 int main(int argc, char** argv) {
5     testing::InitGoogleTest(&argc, argv);
6     return RUN_ALL_TESTS();
7 }