gnucash/libgnucash/gnc-module/test
John Ralls 9661a77f3c Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x
Remove the version line and update the number of developers: The
AUTHORS file shows more than 200, not counting patches.
2019-10-15 10:55:18 -07:00
..
misc-mods Lowercase cmake commands 2018-05-03 23:18:15 +02:00
mod-bar Lowercase cmake commands 2018-05-03 23:18:15 +02:00
mod-baz Lowercase cmake commands 2018-05-03 23:18:15 +02:00
mod-foo Lowercase cmake commands 2018-05-03 23:18:15 +02:00
CMakeLists.txt Bug 797459 - Installation (for 3.7) Readme Version number shows 2.2.x 2019-10-15 10:55:18 -07: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 Rename the gnc-module test libraries to be consistent with other modules. 2018-02-18 16:07:25 -08: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