Merged to 1 project

This commit is contained in:
2020-05-20 11:09:23 +02:00
parent 3bb63c47be
commit 62f09eb120
29 changed files with 55 additions and 866 deletions
-9
View File
@@ -1,9 +0,0 @@
add_executable(sf-buffer_tests test_main.cpp)
target_link_libraries(sf-buffer_tests
core-buffer
gtest
zmq
hdf5
hdf5_hl
hdf5_cpp)
-9
View File
@@ -1,9 +0,0 @@
#include "gtest/gtest.h"
#include "test_sf_replay.cpp"
using namespace std;
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
-9
View File
@@ -1,9 +0,0 @@
#include "gtest/gtest.h"
using namespace std;
TEST(sf_replay, non_aligned_start)
{
// TODO: Write the test!!
}