1gnc-module tests:
2 test-gwrapped-c.c: load a gnc-module from Scheme and test gwrapped fns
3 test-load-c.c: load a gnc-module from C
4 test-load-deps.{c,scm}: load a module that depends on another module
5 test-load-scm.scm: basic module load test from Scheme
6 test-scm-module.c: add a Scheme module load to the init fn and make sure
7                    the symbols are visible
8 test-scm-multi.{c,scm}: load multiple gnc-modules from Scheme
9
10
11gnc-module support files:
12 mod-{foo,bar,baz}/: sample modules for testing
13
14