• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

misc-mods/H03-May-2022-17983

mod-ordinary/H03-May-2022-11835

mod-withdep/H03-May-2022-12440

READMEH A D14-Mar-2021519 1410

test-agedver.cH A D01-Aug-20211.8 KiB4923

test-dynload.cH A D01-Aug-20213.2 KiB9962

test-incompatdep.cH A D01-Aug-20212.1 KiB5728

test-load-c.cH A D01-Aug-20213.4 KiB10169

test-modsysver.cH A D01-Aug-20212.4 KiB6234

README

1gnc-module tests:
2 test-gwrapped-c.c: load a gnc-module from Scheme and test gwrapped fns
3 test-load-c.c: load a gnc-module from C
4 test-load-deps.{c,scm}: load a module that depends on another module
5 test-load-scm.scm: basic module load test from Scheme
6 test-scm-module.c: add a Scheme module load to the init fn and make sure
7                    the symbols are visible
8 test-scm-multi.{c,scm}: load multiple gnc-modules from Scheme
9
10
11gnc-module support files:
12 mod-{foo,bar,baz}/: sample modules for testing
13
14