diff --git a/src/setup_payload/tests/tests_qrcode.cpp b/src/setup_payload/tests/tests_qrcode.cpp index adf1853ef25047..f7dba60095abf6 100644 --- a/src/setup_payload/tests/tests_qrcode.cpp +++ b/src/setup_payload/tests/tests_qrcode.cpp @@ -279,7 +279,7 @@ int testQRCodeToPayloadGeneration() int main(int argc, char ** argv) { - bool result = testBitsetLen() + testPayloadByteArrayRep() + testPayloadBase45Rep() + testBase45() + testSetupPayloadVerify() + + int result = testBitsetLen() + testPayloadByteArrayRep() + testPayloadBase45Rep() + testBase45() + testSetupPayloadVerify() + testPayloadEquality() + testPayloadInEquality() + testQRCodeToPayloadGeneration() + testInvalidQRCodePayload_WrongCharacterSet() + testInvalidQRCodePayload_WrongLength(); if (result == 0)