dacs with power dac names should work and do not take in dac units to avoid ambiguity, test with 0 value for power dacs should fail, to do: implement power commands
Build on RHEL9 docker image / build (push) Successful in 3m56s
Build on RHEL8 docker image / build (push) Successful in 4m47s

This commit is contained in:
2026-03-05 17:09:00 +01:00
parent b2cd043358
commit 4723eb2ff4
16 changed files with 242 additions and 442 deletions
+1 -2
View File
@@ -121,8 +121,7 @@ TEST_CASE("Convert BitAddress using classes", "[support]") {
}
}
TEST_CASE("Output operator gives same result as string",
"[support]") {
TEST_CASE("Output operator gives same result as string", "[support]") {
{
RegisterAddress addr{0x3456af};
std::ostringstream os;