mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-22 22:54:35 +02:00
Debugging and refactoring
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include "gtest/gtest.h"
|
||||
#include "RingBuffer.hpp"
|
||||
|
||||
TEST(RingBufferTest, simple_operation)
|
||||
{
|
||||
|
||||
EXPECT_EQ(1000, 1000);
|
||||
}
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
Reference in New Issue
Block a user