diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-02-09 22:31:07 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2002-02-09 22:31:07 +0000 |
commit | ecfea4f9bd0043c1421ad389adbc74e07edad6fd (patch) | |
tree | 8dc11c5a74c66be072191df8809d7b15e25c080f | |
parent | 068a9d87f878002b7b02ebc63cd05c604173d471 (diff) | |
download | guile-ecfea4f9bd0043c1421ad389adbc74e07edad6fd.tar.gz |
Initial revision
-rw-r--r-- | devel/build/testing.text | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/build/testing.text b/devel/build/testing.text new file mode 100644 index 000000000..1ea371380 --- /dev/null +++ b/devel/build/testing.text @@ -0,0 +1,9 @@ +Some Notes on Testing +--------------------- + +To not alarm users, "make check" (which runs "check-guile" which +runs "test-suite/guile-test") does not fail on UNRESOLVED tests. + +Maintainers who want to be more strict should use: + + ./check-guile --flag-unresolved |