swig/Examples/test-suite/tcl/import_nomodule_runme.tcl

4 lines
148 B
Tcl

if [ catch { load ./import_nomodule[info sharedlibextension] import_nomodule} err_msg ] {
puts stderr "Could not load shared object:\n$err_msg"
}