* 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:
Rob Browning
2001-11-17 21:55:13 +00:00
parent 6019a545a2
commit 52440b8872
-12
View File
@@ -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)