mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-03 05:34:12 +02:00
Add test to check the image assembly metadata calculation
This commit is contained in:
@@ -29,4 +29,8 @@ TEST(ImageAssembler, basic_interaction)
|
||||
|
||||
assembler.free_slot(bunch_id);
|
||||
ASSERT_EQ(assembler.is_slot_free(bunch_id), true);
|
||||
}
|
||||
|
||||
for (size_t i_pulse = 0; i_pulse < BUFFER_BLOCK_SIZE; i_pulse++) {
|
||||
ASSERT_EQ(metadata->is_good_image[i_pulse], 0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user