[Issue 24584] [phobos] `make unittest` should not rerun tests unnecessarily
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jun 12 15:55:12 UTC 2024
    
    
  
https://issues.dlang.org/show_bug.cgi?id=24584
--- Comment #1 from Nick Treleaven <nick at geany.org> ---
> running all tests despite any failing tests would be useful
Looks like Gnu make has a -k option for that:
https://www.gnu.org/software/make/manual/html_node/Options-Summary.html#index-_002d_002dkeep_002dgoing-2
Not tested. But regardless it would be useful if there was a way to run an
individual module's unittests rather than have to rerun the ones that already
succeeded.
--
    
    
More information about the Digitalmars-d-bugs
mailing list