scilab: fix tests having too long identifier names

This commit is contained in:
Simon Marchetto 2014-09-29 14:52:05 +02:00
commit 7307d967d0
16 changed files with 97 additions and 45 deletions

View file

@ -4,6 +4,13 @@ This testcase tests whether the sizeof operator on a pointer is working.
%module sizeof_pointer
#if defined(SWIGSCILAB)
%rename(SizePtrTst) SizeofPointerTest;
#endif
%inline %{
#define NO_PROBLEM sizeof(char)