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
3
Examples/test-suite/errors/cpp_shared_ptr.stderr
Normal file
3
Examples/test-suite/errors/cpp_shared_ptr.stderr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
cpp_shared_ptr.i:20: Warning 520: Base class 'A' of 'C' is not similarly marked as a smart pointer.
|
||||
cpp_shared_ptr.i:24: Warning 520: Derived class 'D' of 'C' is not similarly marked as a smart pointer.
|
||||
cpp_shared_ptr.i:24: Warning 520: Derived class 'D' of 'B' is not similarly marked as a smart pointer.
|
||||
Loading…
Add table
Add a link
Reference in a new issue