add test case for load-extension bug, fix gdb-uninstalled-guile
* test-suite/standalone/test-extensions: * test-suite/standalone/test-extensions-lib.c: * test-suite/standalone/Makefile.am: Add a test case for the load-extension bug. * meta/gdb-uninstalled-guile.in: Fix the path to include meta/.
This commit is contained in:
parent
9c0cd73e61
commit
a44c43368b
4 changed files with 67 additions and 1 deletions
|
|
@ -34,5 +34,5 @@
|
|||
set -e
|
||||
# env (set by configure)
|
||||
top_builddir="@top_builddir_absolute@"
|
||||
exec ${top_builddir}/uninstalled-env libtool --mode=execute \
|
||||
exec ${top_builddir}/meta/uninstalled-env libtool --mode=execute \
|
||||
gdb --args ${top_builddir}/libguile/guile "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue