spec file :add gcov option for checking code coverage
[platform/core/uifw/mmi-framework.git] / tests / mmifw-tests.h
index 29341ab..121c9da 100644 (file)
@@ -32,6 +32,9 @@
 
 #define MAX_WAIT_TIME 300000
 
+#ifdef TIZEN_TEST_GCOV
+extern "C" void __gcov_flush(void);
+#endif
 extern void wait_for_connect();
 
 using ::testing::TestWithParam;