gnucash/libgnucash/gnc-module
John Ralls 6c01e54042 Convert shell-executed scheme tests to run directly from Guile.
I.e., remove the shell invocation and with it the need to set the shebang.

Surprisingly this required some build-system modifications particularly
for cmake in order to correctly set the environment.
2017-11-07 15:04:16 -08:00
..
doc Restructure the src directory 2017-08-10 18:45:00 +02:00
example Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test Convert shell-executed scheme tests to run directly from Guile. 2017-11-07 15:04:16 -08:00
CMakeLists.txt Convert shell-executed scheme tests to run directly from Guile. 2017-11-07 15:04:16 -08:00
gnc-module-api.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
gnc-module.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.i Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.scm Restructure the src directory 2017-08-10 18:45:00 +02:00
Makefile.am Rename directory for code from external projects 2017-08-17 15:25:49 +02:00
README Restructure the src directory 2017-08-10 18:45:00 +02:00

This is gnc-module, a plugin/module system for gnucash and related
software.  The documentation currently consists of 'doc/design.txt'.

Bill Gribble