1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-28 17:39:44 +00:00
Files
wfjm.w11/tools/asm-11/tests-err/README.md
wfjm 1d51a4123a asm-11 final polishing
- tools/bin/asm-11: use 'R' error code; fix 'S' logic
- tools/asm-11/tests-err/testerr_0040_inst.mac: add test cases
2023-01-30 08:51:01 +01:00

756 B

This directory holds asm-11 error response test bench files.

This fileset tests the error response of asm-11. All test cases expected to compile with errors. The test bench files are self-checking and annotated with the expected compilation result for checking with asm-11_expect. The listing files have the file type .lsterr, the make rule for that file type ignores the non-zero exit code of asm-11.

The Makefile provides the targets

  make alllda           ; create all .lda files
  make allcof           ; create all .cof files
  make alllst           ; create all .lsterr files
  make allexp           ; check all .lsterr files with asm-11_expect
  make distclean        ; remove all generated files