Fix live_writer tests

This commit is contained in:
2021-01-21 10:32:15 +01:00
parent 2ed8b0fd1b
commit 6a1fb79f9f
2 changed files with 1 additions and 5 deletions
+1 -3
View File
@@ -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
)
-2
View File
@@ -1,7 +1,5 @@
#include "gtest/gtest.h"
#include "test_BinaryReader.cpp"
using namespace std;
int main(int argc, char **argv) {