Posted to tcl by de at Mon Sep 04 00:17:04 GMT 2023view raw

  1.  
  2. Step 0:
  3. Install a build of Tcl trunk somewhere.
  4.  
  5. Step 0.5:
  6. Get the tcllib fossil repository:
  7.  
  8. fossil clone https://core.tcl-lang.org/tcllib tcllib.fossil
  9.  
  10. Step 1:
  11. Create a test directory, cd into and do
  12.  
  13. fossil open path/to/your/tcllib.fossil tcl9-testarea-rde
  14.  
  15. Step 2:
  16. Run
  17.  
  18. /path/to/your/tclsh9.0 sak.tcl test run --log out9
  19.  
  20.  
  21. Then wait. This will run for a while.
  22.  
  23. Inspect out9.summary. If it reports failures then check if tcllib
  24. trunk with tcl8.6.13 shows the same failures. If there are
  25. regressions, please report.
  26.  
  27.