17 lines
179 B
C++
17 lines
179 B
C++
#ifndef LXZL_TEST_H
|
|
#define LXZL_TEST_H
|
|
#include <iostream>
|
|
|
|
|
|
void Serial_Test();
|
|
|
|
void Log_Test();
|
|
|
|
void Parser_Test();
|
|
|
|
void Tcp_Test();
|
|
|
|
void Udp_Test();
|
|
|
|
#endif //LXZL_TEST_H
|