alloweing all tests

This commit is contained in:
maliakal_d 2025-05-01 16:43:00 +02:00
parent 8bb9de0de1
commit fb6ef8b818

View File

@ -108,7 +108,7 @@ TEST_CASE("ctb_acquire_check_file_size", "[.cmdcall]") {
test_ctb_config.dbit_reorder = true; test_ctb_config.dbit_reorder = true;
REQUIRE_NOTHROW(test_ctb_acquire_with_receiver( REQUIRE_NOTHROW(test_ctb_acquire_with_receiver(
test_ctb_config, num_frames_to_acquire, det, caller)); test_ctb_config, num_frames_to_acquire, det, caller));
} /* }
{ {
testCtbAcquireInfo test_ctb_config; testCtbAcquireInfo test_ctb_config;
test_ctb_config.readout_mode = defs::TRANSCEIVER_ONLY; test_ctb_config.readout_mode = defs::TRANSCEIVER_ONLY;
@ -126,7 +126,7 @@ TEST_CASE("ctb_acquire_check_file_size", "[.cmdcall]") {
test_ctb_config.dbit_reorder = true; test_ctb_config.dbit_reorder = true;
REQUIRE_NOTHROW(test_ctb_acquire_with_receiver( REQUIRE_NOTHROW(test_ctb_acquire_with_receiver(
test_ctb_config, num_frames_to_acquire, det, caller)); test_ctb_config, num_frames_to_acquire, det, caller));
}*/ }
} }
} }