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 (14 lines) | stat: -rw-r--r-- 940 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MCU 8051 IDE built-in assembler regression testing
--------------------------------------------------

Directory testcases contains .in files used by RTE (Regression Testing
Environment) to formulate command line switches for assembler for each specific
test case. Each of these files posses one test case along with an .asm file with
the same base name as the .in file has. This .asm is be compiled by assembler
during the test and the resulting .hex and .lst files are be then compared to
their expected content, files .exp.hex and .exp.lst in the testcase directory.
Each file generated by the assembler is stored in directory named results. Each
file which is supposed to be compared to its .exp.<something> file is processed
by an AWK script before the file content comparison takes place. That allows to
alter the file in a almost any way. Each test case can have its own specific AWK
script to alter only its results and not others.