File: README

package info (click to toggle)
mcu8051ide 1.4.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 18,820 kB
  • sloc: tcl: 94,956; xml: 2,122; sh: 2,113; asm: 246; ansic: 96; awk: 18; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
MCU 8051 IDE simulator engine regression testing
------------------------------------------------

Each .in file in the testcases directory is used by RTE (Regression Testing
Environment) to run specific test on the simulator. The .in file is first
processed by m4 macro-processor and then passed to the simulator command line
interface. Commands contained in the .in file are processed by the engine and
generated output is redirected into a file with the same base name as the .in
file has, but with extension .out . This .out file is located in directory named
results for comparison with an .exp file located in the same directory as the
.in file. See MCU 8051 IDE handbook for information about the simulator command
line interface and its commands, it is a long list.