* run-test, remaining-docs-needed: Added these scripts. The
authorGreg J. Badros <gjb@cs.washington.edu>
Tue, 7 Mar 2000 16:06:13 +0000 (16:06 +0000)
committerGreg J. Badros <gjb@cs.washington.edu>
Tue, 7 Mar 2000 16:06:13 +0000 (16:06 +0000)
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.

libguile/remaining-docs-needed [new file with mode: 0755]
libguile/run-test [new file with mode: 0755]

diff --git a/libguile/remaining-docs-needed b/libguile/remaining-docs-needed
new file mode 100755 (executable)
index 0000000..9cf2e2e
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh -
+grep '^[       ]*""' *.c | awk -F: '{ print $1 }' | uniq -c
diff --git a/libguile/run-test b/libguile/run-test
new file mode 100755 (executable)
index 0000000..e0db309
--- /dev/null
@@ -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 "$@"