summaryrefslogtreecommitdiff
path: root/libguile/run-test
diff options
context:
space:
mode:
authorGreg J. Badros <gjb@cs.washington.edu>2000-03-07 16:06:13 +0000
committerGreg J. Badros <gjb@cs.washington.edu>2000-03-07 16:06:13 +0000
commit8849a2449b6a98708bc8c9d598aaf6df13e025e0 (patch)
tree0be1c2f1868e0b64bfb5639f708a0e8ad8448c4a /libguile/run-test
parent94a5efac15ec5e26014a726e24b498dad6ca4f70 (diff)
downloadguile-8849a2449b6a98708bc8c9d598aaf6df13e025e0.tar.gz
* run-test, remaining-docs-needed: Added these scripts. The
second one is only temporary until the docstring additions are complete. run-test may best live on, but is here mostly for convenience and awareness for now.
Diffstat (limited to 'libguile/run-test')
-rwxr-xr-xlibguile/run-test4
1 files changed, 4 insertions, 0 deletions
diff --git a/libguile/run-test b/libguile/run-test
new file mode 100755
index 000000000..e0db309bb
--- /dev/null
+++ b/libguile/run-test
@@ -0,0 +1,4 @@
+#!/bin/sh -
+# Run the guile-test script using the guile binary from this directory
+cd ../test-suite
+../libguile/guile -e main -s guile-test "$@"