cpp-ipc/test/ipc/test_ipc_event.cpp

7 lines
81 B
C++

#include "gtest/gtest.h"
#include <libipc/event.h>
TEST(event, open_close) {
}