minimalist hardware testing support

Dependents:   MAX5715BOB_Tester MAX11131BOB_Tester MAX5171BOB_Tester MAX11410BOB_Tester ... more

Revision:
11:bfa56dab822c
Parent:
10:b11ab5d7ac58
Child:
12:55db0f4a417d
--- a/MaximTinyTester.cpp	Sun Mar 29 04:24:53 2020 -0700
+++ b/MaximTinyTester.cpp	Sun Mar 29 15:57:49 2020 -0700
@@ -546,12 +546,12 @@
         //associatedCmdLine.serial().print("(");
         //associatedCmdLine.serial().print(arg_1);
         //associatedCmdLine.serial().print(F(",buf)"));
-        associatedCmdLine.serial().printf(" expect %d", expect_result);
+        associatedCmdLine.serial().printf(" expect %d buf=%d", expect_result, expect_buffer);
         //associatedCmdLine.serial().print(F(" expect "));
         //associatedCmdLine.serial().print(expect_result);
         //associatedCmdLine.serial().print(F(" buf="));
         //associatedCmdLine.serial().print(expect_buffer);
-        associatedCmdLine.serial().printf(" but got %d", actual_result);
+        associatedCmdLine.serial().printf(" but got %d buf=%d", actual_result, actual_buffer);
         //associatedCmdLine.serial().print(F(" but got "));
         //associatedCmdLine.serial().print(actual_result);
         //associatedCmdLine.serial().print(F(" buf="));
@@ -566,7 +566,7 @@
         //associatedCmdLine.serial().print("(");
         //associatedCmdLine.serial().print(arg_1);
         //associatedCmdLine.serial().print(F(",buf)"));
-        associatedCmdLine.serial().printf(" expect %d", expect_result);
+        associatedCmdLine.serial().printf(" expect %d buf=%d", expect_result, expect_buffer);
         //associatedCmdLine.serial().print(F(" expect "));
         //associatedCmdLine.serial().print(expect_result);
         //associatedCmdLine.serial().print(F(" buf="));