lib_xxxx tests renamed to li_xxxx as a workaround in glib which Mono C# uses which won't load libraries starting with lib.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6584 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e08fb23b8a
commit
40c6de5b56
16 changed files with 153 additions and 153 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Sample test file
|
||||
|
||||
require "tests.php4";
|
||||
require "lib_carrays.php";
|
||||
require "li_carrays.php";
|
||||
|
||||
// No new functions
|
||||
check::functions(array(new_intarray,delete_intarray,intarray_getitem,intarray_setitem));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue