gnucash/libgnucash/gnc-module/test
2017-08-11 22:44:50 +02:00
..
misc-mods Restructure the src directory 2017-08-10 18:45:00 +02:00
mod-bar Restructure the src directory 2017-08-10 18:45:00 +02:00
mod-baz Restructure the src directory 2017-08-10 18:45:00 +02:00
mod-foo Restructure the src directory 2017-08-10 18:45:00 +02:00
CMakeLists.txt Restructure the src directory 2017-08-10 18:45:00 +02:00
Makefile.am Restructure the src directory 2017-08-10 18:45:00 +02:00
README Restructure the src directory 2017-08-10 18:45:00 +02:00
test-agedver.c Restructure the src directory 2017-08-10 18:45:00 +02:00
test-dynload.c Restructure the src directory 2017-08-10 18:45:00 +02:00
test-gwrapped-c.in Cleanup some more obscure references to no longer existing 'src' directory 2017-08-11 22:44:50 +02:00
test-incompatdep.c Restructure the src directory 2017-08-10 18:45:00 +02:00
test-load-c.c Restructure the src directory 2017-08-10 18:45:00 +02:00
test-load-deps.in Cleanup some more obscure references to no longer existing 'src' directory 2017-08-11 22:44:50 +02:00
test-load-scm.in Cleanup some more obscure references to no longer existing 'src' directory 2017-08-11 22:44:50 +02:00
test-modsysver.c Restructure the src directory 2017-08-10 18:45:00 +02:00
test-scm-dynload.in Restructure the src directory 2017-08-10 18:45:00 +02:00
test-scm-init.in Cleanup some more obscure references to no longer existing 'src' directory 2017-08-11 22:44:50 +02:00
test-scm-module.in Cleanup some more obscure references to no longer existing 'src' directory 2017-08-11 22:44:50 +02:00
test-scm-multi.in Cleanup some more obscure references to no longer existing 'src' directory 2017-08-11 22:44:50 +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