Add skeleton for run test for Guile class example
This commit is contained in:
parent
042d0dfdc2
commit
199c1f3249
2 changed files with 7 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ INTERFACE = example.i
|
|||
TOP = ../..
|
||||
|
||||
check: build
|
||||
# $(MAKE) -f $(TOP)/Makefile guile_run
|
||||
$(MAKE) -f $(TOP)/Makefile guile_run
|
||||
|
||||
build:
|
||||
$(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \
|
||||
|
|
|
|||
6
Examples/guile/class/runme.scm
Normal file
6
Examples/guile/class/runme.scm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
(dynamic-call "scm_init_example_module" (dynamic-link "./libexample"))
|
||||
|
||||
(format (current-error-port) "TODO: code to demonstrate the class example\n")
|
||||
|
||||
(exit 0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue