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 a9f35ed7ae
Lowercase cmake commands
8 years ago
..
misc-mods Lowercase cmake commands 8 years ago
mod-bar Lowercase cmake commands 8 years ago
mod-baz Lowercase cmake commands 8 years ago
mod-foo Lowercase cmake commands 8 years ago
CMakeLists.txt Lowercase cmake commands 8 years ago
README
test-agedver.c Prevent gcc from searching config.h in the current directory 8 years ago
test-dynload.c Prevent gcc from searching config.h in the current directory 8 years ago
test-gnc-module-load-deps.scm Convert shell-executed scheme tests to run directly from Guile. 8 years ago
test-gnc-module-load-scm.scm Convert shell-executed scheme tests to run directly from Guile. 8 years ago
test-gnc-module-scm-dynload.scm Convert shell-executed scheme tests to run directly from Guile. 8 years ago
test-gnc-module-scm-init.scm Convert shell-executed scheme tests to run directly from Guile. 8 years ago
test-gnc-module-scm-module.scm Convert shell-executed scheme tests to run directly from Guile. 8 years ago
test-gnc-module-scm-multi.scm Convert shell-executed scheme tests to run directly from Guile. 8 years ago
test-gnc-module-swigged-c.scm Convert shell-executed scheme tests to run directly from Guile. 8 years ago
test-incompatdep.c Prevent gcc from searching config.h in the current directory 8 years ago
test-load-c.c Rename the gnc-module test libraries to be consistent with other modules. 8 years ago
test-modsysver.c Prevent gcc from searching config.h in the current directory 8 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