You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/libgnucash/gnc-module/test
Geert Janssens 33e1ff645c
Allow to pass include directories to the add_swig_xyz commands
6 years ago
..
misc-mods Revert "More conversions from pkg-config variables to imported targets." 7 years ago
mod-bar Allow to pass include directories to the add_swig_xyz commands 6 years ago
mod-baz Allow to pass include directories to the add_swig_xyz commands 6 years ago
mod-foo Allow to pass include directories to the add_swig_xyz commands 6 years ago
CMakeLists.txt Merge branch 'maint' 7 years ago
README
test-agedver.c Prevent gcc from searching config.h in the current directory 9 years ago
test-dynload.c Prevent gcc from searching config.h in the current directory 9 years ago
test-gnc-module-load-deps.scm Build or link all Scheme test files into a directory "tests". 7 years ago
test-gnc-module-load-scm.scm Build or link all Scheme test files into a directory "tests". 7 years ago
test-gnc-module-scm-dynload.scm guile: remove support for guile < 2.0 7 years ago
test-gnc-module-scm-init.scm Build or link all Scheme test files into a directory "tests". 7 years ago
test-gnc-module-scm-module.scm Build or link all Scheme test files into a directory "tests". 7 years ago
test-gnc-module-scm-multi.scm Build or link all Scheme test files into a directory "tests". 7 years ago
test-gnc-module-swigged-c.scm Build or link all Scheme test files into a directory "tests". 7 years ago
test-incompatdep.c Prevent gcc from searching config.h in the current directory 9 years ago
test-load-c.c Rename the gnc-module test libraries to be consistent with other modules. 8 years ago
test-modsysver.c Prevent gcc from searching config.h in the current directory 9 years ago

README

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