mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
* src/gnc-module/test/test-scm-multi.scm: deleted.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5907 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
;; test-scm-multi.scm : load multiple gnucash modules from Scheme
|
||||
|
||||
(gnc:module-load "gnucash/foo" 0)
|
||||
(foo:hello)
|
||||
(foo:scheme-hello)
|
||||
|
||||
(gnc:module-load "gnucash/bar" 0)
|
||||
(foo:hello)
|
||||
(foo:scheme-hello)
|
||||
(bar:hello)
|
||||
(bar:scheme-hello)
|
||||
|
||||
Reference in New Issue
Block a user