change wl_signal_emit_mutable into wl_signal_emit
[platform/core/uifw/libds-tizen.git] / tests / tc_main.h
1 #ifndef TC_MAIN_H
2 #define TC_MAIN_H
3
4 #include <iostream>
5 #include <gmock/gmock.h>
6
7 using ::testing::Bool;
8 using ::testing::Combine;
9 using ::testing::TestWithParam;
10 using ::testing::Values;
11
12 #endif