Files
gnucash/bindings/guile/test/test-gnc-module-scm-dynload.scm
Geert Janssens fbd73c83cf gnc-module - move most of scm tests to bindings/guile
This is a first rudimentary separation of gnc-module tests
based on whether they require guile or not. Needs plenty of refinement
which will be applied in followup commits.
2019-12-06 19:59:12 +01:00

3 lines
40 B
Scheme
Executable File

(dynamic-link "libgnc-module")
(exit 0)