Octave: drop support for Octave versions older than 3.2.0
- Latest non-supported version is 3.0.5, released 2009-04-09 - Earliest supported version is 3.2.0, released 2009-06-05
This commit is contained in:
parent
56fefcc7e0
commit
952eee8f59
6 changed files with 16 additions and 25 deletions
|
|
@ -61,12 +61,6 @@ testme
|
|||
testme
|
||||
clear all
|
||||
|
||||
# octave 3.0.5 randomly crashes on the remaining tests, so skip them
|
||||
api_version = sscanf(octave_config_info("api_version"), "api-v%i");
|
||||
if api_version < 37
|
||||
exit
|
||||
endif
|
||||
|
||||
# load module with no cvar
|
||||
clear all;
|
||||
swigexample2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue