* src/gnc-module/test/test-load-deps.scm: deleted - unnecessary.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5885 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-11-16 20:45:45 +00:00
parent 2150c0216f
commit 53bd009dc5

View File

@ -1,13 +0,0 @@
;; test-load-deps.scm : load gnc-mod-baz, which depends on gnc-mod-foo
(use-modules (gnucash gnc-module))
(gnc:module-system-init)
(gnc:module-load "gnucash/baz" 0)
(baz:hello)
(foo:hello)
(baz:scheme-hello)
(foo:scheme-hello)
(exit 0)