From 6a1fb79f9f6ca5823dc01d37d9018ae390481133 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 21 Jan 2021 10:32:15 +0100 Subject: [PATCH] Fix live_writer tests --- jf-live-writer/test/CMakeLists.txt | 4 +--- jf-live-writer/test/main.cpp | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/jf-live-writer/test/CMakeLists.txt b/jf-live-writer/test/CMakeLists.txt index 1079fc2..8f806b0 100644 --- a/jf-live-writer/test/CMakeLists.txt +++ b/jf-live-writer/test/CMakeLists.txt @@ -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 ) diff --git a/jf-live-writer/test/main.cpp b/jf-live-writer/test/main.cpp index 69b7f53..e819294 100644 --- a/jf-live-writer/test/main.cpp +++ b/jf-live-writer/test/main.cpp @@ -1,7 +1,5 @@ #include "gtest/gtest.h" -#include "test_BinaryReader.cpp" - using namespace std; int main(int argc, char **argv) {