2011-12-16 22:04:51 +00:00
|
|
|
This is a directory of test suites for complex or pathological cases that
|
|
|
|
have been repaired (?) in the current version. It is primarily for internal
|
|
|
|
testing, but is here for your interest.
|
|
|
|
|
2014-08-20 19:53:15 +00:00
|
|
|
Starting with 2.3.6, you should not normally need to run these directly
|
|
|
|
unless 'make test' fails. If you do, use harness:
|
|
|
|
|
|
|
|
./harness -cc=... -cflags=... -make=... -tests=testdir,testdir,testdir,...
|
|
|
|
|
|
|
|
If -tests is omitted, all tests are run.
|
|
|
|
Don't run the makefiles directly, if they exist; they may not work properly.
|
2017-10-14 22:50:45 +00:00
|
|
|
If a Makefile is not present, then the test harness assembles "test.s" and
|
|
|
|
compares it with "ok".
|
2014-08-20 19:53:15 +00:00
|
|
|
|
2011-12-16 22:04:51 +00:00
|
|
|
adrm/ Addressing mode test (especially the optimizer and quantity
|
|
|
|
prefixes)
|
|
|
|
nonl/ Patryk's no-new-line-on-last-line cases ;)
|
|
|
|
fordef/ Optimizer warnings for forward defined labels
|
|
|
|
relocundef/ Tests for the detection of undefined references during a
|
2017-10-14 22:47:56 +00:00
|
|
|
reloc65 export
|
2011-12-16 22:04:51 +00:00
|
|
|
ldoreloc/ Test case for the relocation table reading of ldo when undef'd
|
|
|
|
refs are involved
|
|
|
|
comcom/ Comments-with-comments-with-commands-etc. for testing -M
|
|
|
|
recmac/ Recursive macro evaluation testing
|
|
|
|
openpp/ Testing of open #if*s in pp
|
|
|
|
cpp/ Random preprocessor tests, mostly crap
|
|
|
|
incerr/ 1) .xl/.al should error without -w 2) error should be in
|
2017-10-14 22:47:56 +00:00
|
|
|
the correct file ('816)
|
2011-12-16 22:04:51 +00:00
|
|
|
binclude/ Binary include code with some weird casing
|
|
|
|
chppch/ Changing preprocessor characters (-p)
|
|
|
|
charset/ Tests of when charsets should be honoured and when not
|
2017-10-14 22:47:56 +00:00
|
|
|
mvnmvp/ Test MVN MVP unusual addressing mode ('816)
|
|
|
|
dos51/ Regression test, label scoping, "real world code"
|
|
|
|
cpktest/ Regression test, label listing, "real world code"
|
|
|
|
op816/ Regression test for '816 opcodes (thanks Alessandro Gatti)
|
|
|
|
branch/ Branch range test
|
2017-10-14 22:50:45 +00:00
|
|
|
masmcom/ Another test for -M that generates totally valid code
|
|
|
|
quotch/ Test quoting problematic characters (thanks Simon Rowe)
|
2019-10-28 20:54:15 +00:00
|
|
|
linkr/ Test linking using .dsb and generated code
|
2011-12-16 22:04:51 +00:00
|
|
|
|
|
|
|
Cameron Kaiser, André Fachat
|
|
|
|
|