b9dad2e00f
* Rename each sub-makefile to *.mk; * Add a *.exp file of expected output for each sub-makefile; * Remove test.exp, which is replaced by all the other *.exp files. * Use suffix rules to generate *.rawout and *.out files for each test case. * Rewrite the test and accept targets to adapt to the new way. The old (now removed) test.exp file is almost identical to the concatenation (in the correct order) of all the new *.exp files. There are expected differences in makefile names embedded in the output, and the new "exit status" lines. Some old "*** Error code 1 (ignored)" lines are also removed (replaced by new "exit status 1" lines).
17 lines
573 B
Plaintext
17 lines
573 B
Plaintext
Expect: Unknown modifier 'Z'
|
|
make: Unknown modifier 'Z'
|
|
VAR:Z=
|
|
Expect: Unknown modifier 'Z'
|
|
make: Unknown modifier 'Z'
|
|
VAR:Z=
|
|
Expect: Unclosed variable specification for VAR
|
|
make: Unclosed variable specification (expecting '}') for "VAR" (value "Thevariable") modifier S
|
|
VAR:S,V,v,=Thevariable
|
|
Expect: Unclosed variable specification for VAR
|
|
make: Unclosed variable specification after complex modifier (expecting '}') for VAR
|
|
VAR:S,V,v,=Thevariable
|
|
Expect: Unclosed substitution for VAR (, missing)
|
|
make: Unclosed substitution for VAR (, missing)
|
|
VAR:S,V,v=
|
|
exit status 0
|