mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 07:04:12 +02:00
Add basic performance test executable
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
add_executable(core-buffer_tests main.cpp)
|
||||
|
||||
target_link_libraries(core-buffer_tests
|
||||
core-buffer
|
||||
hdf5
|
||||
hdf5_hl
|
||||
hdf5_cpp
|
||||
gtest)
|
||||
|
||||
add_executable(perf-sf_writer perf_SFWriter.cpp)
|
||||
|
||||
target_link_libraries(perf-sf_writer
|
||||
core-buffer
|
||||
hdf5
|
||||
hdf5_hl
|
||||
|
||||
Reference in New Issue
Block a user