repo.or.cz
/
guile-bash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add gitignore for in-source build
[guile-bash.git]
/
tests
/
testing-common.bash.in
blob
d64b4391a81ff97270acb519c0edcf3cf86b3457
1
#!/bin/echo source only
2
set -e
3
enable -f
@abs_top_builddir@
/
.libs
/
bash-scm.so scm
4
_related_scheme
=
@abs_builddir@
/
$
(
basename
$0
)
5
_related_scheme
=
${_related_scheme%%.bash}
.scm
6
echo
$_related_scheme
7
function
load_scheme
() {
8
scm
"
$_related_scheme
"
9
}