mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 17:26:48 +08:00
7 lines
81 B
C++
7 lines
81 B
C++
|
|
#include "gtest/gtest.h"
|
|
|
|
#include <libipc/event.h>
|
|
|
|
TEST(event, open_close) {
|
|
} |