mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* 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.
This commit is contained in:
parent
94a5efac15
commit
8849a2449b
2 changed files with 6 additions and 0 deletions
2
libguile/remaining-docs-needed
Executable file
2
libguile/remaining-docs-needed
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh -
|
||||||
|
grep '^[ ]*""' *.c | awk -F: '{ print $1 }' | uniq -c
|
4
libguile/run-test
Executable file
4
libguile/run-test
Executable file
|
@ -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 "$@"
|
Loading…
Add table
Add a link
Reference in a new issue