Files
gnucash/libgnucash/gnc-module/test
Geert Janssens a9f35ed7ae Lowercase cmake commands
A huge bikeshed fest but it distracted me enough to do it anyway.
2018-05-03 23:18:15 +02:00
..
2018-05-03 23:18:15 +02:00
2018-05-03 23:18:15 +02:00
2018-05-03 23:18:15 +02:00
2018-05-03 23:18:15 +02:00
2018-05-03 23:18:15 +02:00
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