mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00: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();
|
|
}
|