mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-01 03:28:53 +08:00
8 lines
128 B
C++
8 lines
128 B
C++
#include "gtest/gtest.h"
|
|
|
|
extern "C" void state_machine_utest(void);
|
|
|
|
TEST(StateMachine, utest) {
|
|
state_machine_utest();
|
|
}
|