mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-12 01:15:37 +02:00
Fix live_writer tests
This commit is contained in:
@@ -2,9 +2,7 @@ add_executable(jf-live-writer-tests main.cpp)
|
||||
|
||||
target_link_libraries(jf-live-writer-tests
|
||||
jf-live-writer-lib
|
||||
hdf5
|
||||
hdf5_hl
|
||||
hdf5_cpp
|
||||
zmq
|
||||
rt
|
||||
gtest
|
||||
)
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "test_BinaryReader.cpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
Reference in New Issue
Block a user