mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
8 lines
104 B
C++
8 lines
104 B
C++
|
|
#include "gtest/gtest.h"
|
|
|
|
#include "libconcur/bus.h"
|
|
#include "libimp/span.h"
|
|
|
|
TEST(bus, construct) {
|
|
} |