gnucash/libgnucash/gnc-module/test
John Ralls 1a9fcfefad More conversions from pkg-config variables to imported targets.
Also converts ICU detection from pkgconfig to FindICU.
2019-09-13 17:05:35 -07:00
..
misc-mods More conversions from pkg-config variables to imported targets. 2019-09-13 17:05:35 -07:00
mod-bar More conversions from pkg-config variables to imported targets. 2019-09-13 17:05:35 -07:00
mod-baz More conversions from pkg-config variables to imported targets. 2019-09-13 17:05:35 -07:00
mod-foo More conversions from pkg-config variables to imported targets. 2019-09-13 17:05:35 -07:00
CMakeLists.txt More conversions from pkg-config variables to imported targets. 2019-09-13 17:05:35 -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 Build or link all Scheme test files into a directory "tests". 2019-05-25 10:09:07 +02:00
test-gnc-module-load-scm.scm Build or link all Scheme test files into a directory "tests". 2019-05-25 10:09:07 +02: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 Build or link all Scheme test files into a directory "tests". 2019-05-25 10:09:07 +02:00
test-gnc-module-scm-module.scm Build or link all Scheme test files into a directory "tests". 2019-05-25 10:09:07 +02:00
test-gnc-module-scm-multi.scm Build or link all Scheme test files into a directory "tests". 2019-05-25 10:09:07 +02:00
test-gnc-module-swigged-c.scm Build or link all Scheme test files into a directory "tests". 2019-05-25 10:09:07 +02: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