Lots more bug fixes for the chicken module: almost the entire test-sutie now runs
The only tests that are failing are ones that depend on std_vector.i and similar git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7079 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a28fc0f8c4
commit
897e5ad40d
17 changed files with 322 additions and 43 deletions
5
Examples/test-suite/guile/cpp_enum_runme.scm
Normal file
5
Examples/test-suite/guile/cpp_enum_runme.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
;; The SWIG modules have "passive" Linkage, i.e., they don't generate
|
||||
;; Guile modules (namespaces) but simply put all the bindings into the
|
||||
;; current module. That's enough for such a simple test.
|
||||
(dynamic-call "scm_init_cpp_enum_module" (dynamic-link "./cpp_enum.so"))
|
||||
(load "../schemerunme/cpp_enum.scm")
|
||||
5
Examples/test-suite/guile/li_std_string_runme.scm
Normal file
5
Examples/test-suite/guile/li_std_string_runme.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
;; The SWIG modules have "passive" Linkage, i.e., they don't generate
|
||||
;; Guile modules (namespaces) but simply put all the bindings into the
|
||||
;; current module. That's enough for such a simple test.
|
||||
(dynamic-call "scm_init_li_std_string_module" (dynamic-link "./libli_std_string.so"))
|
||||
(load "../schemerunme/li_std_string.scm")
|
||||
Loading…
Add table
Add a link
Reference in a new issue