You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/libgnucash/gnc-module/test
Geert Janssens 53afd36de1
Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH
9 years ago
..
misc-mods Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH 9 years ago
mod-bar Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH 9 years ago
mod-baz Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH 9 years ago
mod-foo Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH 9 years ago
CMakeLists.txt Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH 9 years ago
Makefile.am
README
test-agedver.c
test-dynload.c
test-gwrapped-c.in
test-incompatdep.c
test-load-c.c
test-load-deps.in
test-load-scm.in
test-modsysver.c
test-scm-dynload.in
test-scm-init.in
test-scm-module.in
test-scm-multi.in

README

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