gnucash/libgnucash/gnc-module/test
Geert Janssens 63e89aecf7 gnc-module - fix incompatdep test
The test passed but for the wrong reasons:
as no GNC_MODULE_PATH was passed to the test
it just didn't find the module. That's different
from finding a module with the same name but
a wrong sysver. This commit fixes that.
2019-12-06 19:59:12 +01:00
..
misc-mods gnc-module test updates 2019-12-06 19:59:12 +01:00
mod-ordinary gnc-module test updates 2019-12-06 19:59:12 +01:00
mod-withdep gnc-module test updates 2019-12-06 19:59:12 +01:00
CMakeLists.txt gnc-module - fix incompatdep test 2019-12-06 19:59:12 +01:00
README Restructure the src directory 2017-08-10 18:45:00 +02:00
test-agedver.c gnc-module test updates 2019-12-06 19:59:12 +01:00
test-dynload.c gnc-module test updates 2019-12-06 19:59:12 +01:00
test-incompatdep.c gnc-module - fix incompatdep test 2019-12-06 19:59:12 +01:00
test-load-c.c gnc-module test updates 2019-12-06 19:59:12 +01:00
test-modsysver.c gnc-module - remove guile traces from c-interface tests and examples 2019-12-06 19:59:12 +01: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