xref: /aosp_15_r20/external/arm-neon-tests/armscript.inc (revision f37826520a923688f9e110915f3811e385d8b6d1)
1*f3782652STreehugger RobotERROR=ABORT // Abort if error occurs when processing the script
2*f3782652STreehugger RobotWAIT=ON // Wait for each command to finish
3*f3782652STreehugger Robot
4*f3782652STreehugger RobotGO
5*f3782652STreehugger Robot
6*f3782652STreehugger RobotSTATS
7*f3782652STreehugger Robot
8*f3782652STreehugger Robot  //STDIOLOG OFF // Close the log file
9*f3782652STreehugger Robot
10*f3782652STreehugger Robot  //UNLOAD 1 // Unload the image
11*f3782652STreehugger Robot  //DELFILE 1 // Remove the symbol definitions
12*f3782652STreehugger Robot    //DISCONNECT  // Disconnect from the target
13*f3782652STreehugger Robot  //WAIT=OFF
14*f3782652STreehugger RobotQUIT Y
15