This commit is contained in:
Jack May
2020-05-08 12:51:27 -07:00
parent 97e17f9b32
commit af84dff9ef
2 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,10 @@
/**
* @brief Instruction definitions for the invoked program
*/
const int TEST_VERIFY_TRANSLATIONS = 0;
const int TEST_RETURN_ERROR = 1;
const int TEST_DERIVED_SIGNERS = 2;
const int TEST_VERIFY_NESTED_SIGNERS = 3;
const int TEST_VERIFY_WRITER = 4;
const int TEST_NESTED_INVOKE = 5;