Add test stub for reminder

This commit is contained in:
2020-06-04 13:27:37 +02:00
parent 7bf383e04c
commit 8b3dad95aa
+5
View File
@@ -130,4 +130,9 @@ TEST(JFH5Writer, test_step_pulse_id)
// Start pulse id is divisible by step.
ASSERT_NO_THROW(JFH5Writer writer("ignore.h5", 1, 10, 19, 10));
}
TEST(JFH5Writer, test_writing_with_step)
{
// TODO: Implement this test.
}