Thank you, this is certainly useful! I've save this text in a file at my Factor repo.
I seems like this should be somewhere in a wiki or in a text file (perhaps not in the Readme, but close to it).
24.01.2018, 22:39, "Björn Lindqvist" <[email protected]>:
,Hello!I want to describe how to run Factors unit testing suite. Perhaps noteveryone on the mailing list knows about it? Anyways, running the testsuites and reporting any failures is a great way to improveFactor. Unexpected test failures can reveal bugs that are otherwisevery hard to find.Here is how you do it on Windows:1. First you download a release of Factor and get it running.2. Go either to http://downloads.factorcode.org/dlls/64/ orhttp://downloads.factorcode.org/dlls/ for 64 and 32bit builds ofFactor respectively.3. Download all the dlls and put them in the same directory as thefactor.exe file.4. Run factor.com -run=listener in a cmd.exe window.5. Then type "load-all test-all"6. Then go for a walk or something :) It takes up to two hoursfor all the test suites to finish.7. If there are test failures you can inspect them by running the:test-failures word.8. If there are so many test failures that they fill up the scrollbackbuffer, you can save them to a file using: [ :test-failures ]with-string-writer "test.log" utf8 set-file-contentsIf you don't have time for all the test suites, you can run the mostimportant ones using only "test-all" without "load-all".--mvh/best regards Björn Lindqvist------------------------------------------------------------------------------
,
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk
---=====---
Александр
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
