aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/guile/casts_runme.scm
blob: 7a0a0420bacf6bdc7cc0a5dc8a03bd4ecd8c3ed8 (plain)
1
2
3
4
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_casts_module" (dynamic-link "./libcasts.so"))
(load "../schemerunme/casts.scm")