mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-10 01:12:04 +02:00
Merged to 1 project
This commit is contained in:
@@ -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)
|
||||
@@ -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();
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
TEST(sf_replay, non_aligned_start)
|
||||
{
|
||||
// TODO: Write the test!!
|
||||
}
|
||||
Reference in New Issue
Block a user