From 1d53d028b072653c658a7478263ac3f594d7eedc Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 13 Jun 2021 23:42:30 -0600 Subject: [PATCH] remove reference to test-all.sh and manual-test files --- projects/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/README.md b/projects/README.md index 7bc4f3da..560cd5a9 100644 --- a/projects/README.md +++ b/projects/README.md @@ -2,6 +2,4 @@ The projects in these folders use kiss in various environments. Some of them might be useful on their own. They are in this repository so they can be tested automatically along with the Kiss compiler. -Each folder's test.sh file will be run automatically by Travis. Project test scripts report failures simply via non-zero exit codes, or if the project throws an exception while running. - -Projects can also supply a manual-test.sh file which will run when you run test-all.sh in the repository root. Manual tests can use GUIs, which makes them very useful, but it is harder to guarantee they are run regularly. \ No newline at end of file +Each folder's test.sh file will be run automatically by Travis. Project test scripts report failures simply via non-zero exit codes, or if the project throws an exception while running. \ No newline at end of file