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:
Karl Wette 2014-10-04 18:27:34 +02:00
commit 952eee8f59
6 changed files with 16 additions and 25 deletions

View file

@ -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;