| 23 | #include "singa/utils/channel.h" |
| 24 | |
| 25 | TEST(Channel, InitChannel) { |
| 26 | singa::InitChannel(""); |
| 27 | singa::SetChannelDirectory("/tmp"); |
| 28 | } |
| 29 | |
| 30 | TEST(Channel, SendStringToFile) { |
| 31 | singa::Channel* chn = singa::GetChannel("test_channel"); |
nothing calls this directly
no test coverage detected