#! /bin/sh
echo "  test-scm-dynload: testing dynamic-link of libgncmodule from Scheme.";
guile -c "(dynamic-link \"libgncmodule.la\")";

