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
John Ralls 6fda0321a7
Fix path environment for Guile and GncModule tests on Windows.
5 months ago
..
misc-mods Import GLIB2 as a target, and use it to simplify the CMakeLists 3 years ago
mod-ordinary Import GLIB2 as a target, and use it to simplify the CMakeLists 3 years ago
mod-withdep Import GLIB2 as a target, and use it to simplify the CMakeLists 3 years ago
CMakeLists.txt Fix path environment for Guile and GncModule tests on Windows. 5 months ago
README
test-agedver.c gnc-module test updates 6 years ago
test-dynload.c gnc-module - fix test build on Windows 6 years ago
test-incompatdep.c gnc-module - fix incompatdep test 6 years ago
test-load-c.c gnc-module test updates 6 years ago
test-modsysver.c gnc-module - remove guile traces from c-interface tests and examples 6 years ago

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