mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-08 19:44:45 +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();
|
|
}
|