gnucash/libgnucash/gnc-module/test
Geert Janssens 83d14e1c1c Restructure the src directory
It is split into
- /libgnucash (for the non-gui bits)
- /gnucash (for the gui)
- /common (misc source files used by both)
- /bindings (currently only holds python bindings)

This is the first step in restructuring the code. It will need much
more fine tuning later on.
2017-08-10 18:45:00 +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 Restructure the src directory 2017-08-10 18:45:00 +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 Restructure the src directory 2017-08-10 18:45:00 +02:00
test-load-scm.in Restructure the src directory 2017-08-10 18:45:00 +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 Restructure the src directory 2017-08-10 18:45:00 +02:00
test-scm-module.in Restructure the src directory 2017-08-10 18:45:00 +02:00
test-scm-multi.in Restructure the src directory 2017-08-10 18:45:00 +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