Errors test-suite overhaul
Use makefiles instead of a make.sh script Expected results are in individual .stderr files instead of the expected.log file Add errors test-suite to Travis testing and 'make check'
This commit is contained in:
parent
9d003ab362
commit
3055a21505
91 changed files with 298 additions and 519 deletions
6
Examples/test-suite/errors/c_redefine.stderr
Normal file
6
Examples/test-suite/errors/c_redefine.stderr
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
c_redefine.i:4: Warning 302: Identifier 'foo' redefined (ignored),
|
||||
c_redefine.i:3: Warning 302: previous definition of 'foo'.
|
||||
c_redefine.i:8: Warning 302: Identifier 'bar' redefined (ignored),
|
||||
c_redefine.i:6: Warning 302: previous definition of 'bar'.
|
||||
c_redefine.i:14: Warning 322: Redundant redeclaration of 'bar' (Renamed from 'spam'),
|
||||
c_redefine.i:6: Warning 322: previous declaration of 'bar'.
|
||||
Loading…
Add table
Add a link
Reference in a new issue