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.
 
 
 
 
 
 

83 lines
996 B

  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 C77A/
  19. ash ./99test.sh
  20. cd ..
  21. cd C77B/
  22. ash ./99test.sh
  23. cd ..
  24. cd G65/
  25. ash ./99test.sh
  26. cd ..
  27. cd HB1/
  28. ash ./99test.sh
  29. cd ..
  30. cd HB1X/
  31. ash ./99test.sh
  32. cd ..
  33. cd HB2/
  34. ash ./99test.sh
  35. cd ..
  36. cd HB2X/
  37. ash ./99test.sh
  38. cd ..
  39. cd I70/
  40. ash ./99test.sh
  41. cd ..
  42. cd M80/
  43. ash ./99test.sh
  44. cd ..
  45. cd NBS2/
  46. ash ./99test.sh
  47. cd ..
  48. cd NBS2X/
  49. ash ./99test.sh
  50. cd ..
  51. cd T80B/
  52. ash ./99test.sh
  53. cd ..
  54. cd T80A/
  55. ash ./99test.sh
  56. cd ..
  57. cd T80C/
  58. ash ./99test.sh
  59. cd ..
  60. # ----------------------------------------------
  61. # EOF
  62. # ----------------------------------------------