gnucash/libgnucash/gnc-module/test
2017-11-30 13:31:23 -08:00
..
misc-mods Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH 2017-08-16 11:59:27 +02:00
mod-bar Remove unset variable SWIG_ARGS from Makefile.am 2017-11-30 13:31:23 -08:00
mod-baz Remove unset variable SWIG_ARGS from Makefile.am 2017-11-30 13:31:23 -08:00
mod-foo Remove unset variable SWIG_ARGS from Makefile.am 2017-11-30 13:31:23 -08:00
CMakeLists.txt Convert shell-executed scheme tests to run directly from Guile. 2017-11-07 15:04:16 -08:00
Makefile.am Convert shell-executed scheme tests to run directly from Guile. 2017-11-07 15:04:16 -08:00
README Restructure the src directory 2017-08-10 18:45:00 +02:00
test-agedver.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-dynload.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-gnc-module-load-deps.scm Convert shell-executed scheme tests to run directly from Guile. 2017-11-07 15:04:16 -08:00
test-gnc-module-load-scm.scm Convert shell-executed scheme tests to run directly from Guile. 2017-11-07 15:04:16 -08:00
test-gnc-module-scm-dynload.scm Convert shell-executed scheme tests to run directly from Guile. 2017-11-07 15:04:16 -08:00
test-gnc-module-scm-init.scm Convert shell-executed scheme tests to run directly from Guile. 2017-11-07 15:04:16 -08:00
test-gnc-module-scm-module.scm Convert shell-executed scheme tests to run directly from Guile. 2017-11-07 15:04:16 -08:00
test-gnc-module-scm-multi.scm Convert shell-executed scheme tests to run directly from Guile. 2017-11-07 15:04:16 -08:00
test-gnc-module-swigged-c.scm Convert shell-executed scheme tests to run directly from Guile. 2017-11-07 15:04:16 -08:00
test-incompatdep.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-load-c.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-modsysver.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00

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