ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

103 lines
1.1 KiB

  1. # Filename: yyy.sh
  2. # Purpose: clean all automated regression tests
  3. # Author: Howard Wulf, AF5NE
  4. # Date: 2015-12-24
  5. # Uasage: implementation defined
  6. # Example:
  7. # cd /sdcard/Download/BASIC/bwbasic3/
  8. # ash ./yyy.sh
  9. # ----------------------------------------------
  10. # Run Automated Regression Tests
  11. # ----------------------------------------------
  12. cd B15A/
  13. ash ./99test.sh
  14. cd ..
  15. cd B15B/
  16. ash ./99test.sh
  17. cd ..
  18. cd B93/
  19. ash ./99test.sh
  20. cd ..
  21. cd C77A/
  22. ash ./99test.sh
  23. cd ..
  24. cd C77B/
  25. ash ./99test.sh
  26. cd ..
  27. # cd D71/
  28. # ash ./99test.sh
  29. # cd ..
  30. cd D73/
  31. ash ./99test.sh
  32. cd ..
  33. cd G65/
  34. ash ./99test.sh
  35. cd ..
  36. cd H80/
  37. ash ./99test.sh
  38. cd ..
  39. cd HB1/
  40. ash ./99test.sh
  41. cd ..
  42. cd HB1X/
  43. ash ./99test.sh
  44. cd ..
  45. cd HB2/
  46. ash ./99test.sh
  47. cd ..
  48. cd HB2X/
  49. ash ./99test.sh
  50. cd ..
  51. cd I70/
  52. ash ./99test.sh
  53. cd ..
  54. cd M80/
  55. ash ./99test.sh
  56. cd ..
  57. cd NBS2/
  58. ash ./99test.sh
  59. cd ..
  60. cd NBS2X/
  61. ash ./99test.sh
  62. cd ..
  63. cd R86/
  64. ash ./99test.sh
  65. cd ..
  66. cd T80A/
  67. ash ./99test.sh
  68. cd ..
  69. cd T80B/
  70. ash ./99test.sh
  71. cd ..
  72. cd T80C/
  73. ash ./99test.sh
  74. cd ..
  75. # ----------------------------------------------
  76. # EOF
  77. # ----------------------------------------------