gnucash/libgnucash/gnc-module/test
John Ralls b8b33b9591 Revert "More conversions from pkg-config variables to imported targets."
This reverts commit 1a9fcfefad because
on MinGW cmake complains about the paths in pkgconfig files. This can
be addressed by using the MSYS2 cmake instead of the MINGW32 one, but
that requires some other changes... and there's also a path separator
bug in that version of FindPkgConfig.cmake.
2019-09-21 15:53:25 -07:00
..
misc-mods Revert "More conversions from pkg-config variables to imported targets." 2019-09-21 15:53:25 -07:00
mod-bar Revert "More conversions from pkg-config variables to imported targets." 2019-09-21 15:53:25 -07:00
mod-baz Revert "More conversions from pkg-config variables to imported targets." 2019-09-21 15:53:25 -07:00
mod-foo Revert "More conversions from pkg-config variables to imported targets." 2019-09-21 15:53:25 -07:00
CMakeLists.txt Revert "More conversions from pkg-config variables to imported targets." 2019-09-21 15:53:25 -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