mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-08-09 05:00:29 +02:00
Cleanup after removal of core-writer
This commit is contained in:
@@ -1,18 +1,9 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "../src/sf_replay.cpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
TEST(sf_replay, non_aligned_start)
|
||||
{
|
||||
auto ctx = zmq_ctx_new();
|
||||
auto send_socket = zmq_socket(ctx, ZMQ_PUSH);
|
||||
auto recv_socket = zmq_socket(ctx, ZMQ_PUSH);
|
||||
|
||||
const int linger_ms = 0;
|
||||
zmq_setsockopt(send_socket, ZMQ_LINGER, &linger_ms, sizeof(linger_ms));
|
||||
zmq_setsockopt(recv_socket, ZMQ_LINGER, &linger_ms, sizeof(linger_ms));
|
||||
|
||||
// sf_replay();
|
||||
// TODO: Write the test!!
|
||||
}
|
||||
Reference in New Issue
Block a user