mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 02:40:43 -06:00
b8b33b9591
This reverts commit
|
||
---|---|---|
.. | ||
misc-mods | ||
mod-bar | ||
mod-baz | ||
mod-foo | ||
CMakeLists.txt | ||
README | ||
test-agedver.c | ||
test-dynload.c | ||
test-gnc-module-load-deps.scm | ||
test-gnc-module-load-scm.scm | ||
test-gnc-module-scm-dynload.scm | ||
test-gnc-module-scm-init.scm | ||
test-gnc-module-scm-module.scm | ||
test-gnc-module-scm-multi.scm | ||
test-gnc-module-swigged-c.scm | ||
test-incompatdep.c | ||
test-load-c.c | ||
test-modsysver.c |
gnc-module tests: test-gwrapped-c.c: load a gnc-module from Scheme and test gwrapped fns test-load-c.c: load a gnc-module from C test-load-deps.{c,scm}: load a module that depends on another module test-load-scm.scm: basic module load test from Scheme test-scm-module.c: add a Scheme module load to the init fn and make sure the symbols are visible test-scm-multi.{c,scm}: load multiple gnc-modules from Scheme gnc-module support files: mod-{foo,bar,baz}/: sample modules for testing