gnucash/libgnucash/gnc-module/test
Geert Janssens 49a936c1fd Rewrite gnc_add_swig_guile_command to work in dist tarball as well
When building from git it will add targets to generate the swig files.
When building from tarball it will just point at the generated source
files from the tarball.
2018-01-29 19:46:44 +01:00
..
misc-mods Remove Autotools 2018-01-13 12:52:57 -06:00
mod-bar Rewrite gnc_add_swig_guile_command to work in dist tarball as well 2018-01-29 19:46:44 +01:00
mod-baz Rewrite gnc_add_swig_guile_command to work in dist tarball as well 2018-01-29 19:46:44 +01:00
mod-foo Rewrite gnc_add_swig_guile_command to work in dist tarball as well 2018-01-29 19:46:44 +01:00
CMakeLists.txt Remove Autotools 2018-01-13 12:52:57 -06: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 Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02: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