Skip to content
  • Nathan Harris's avatar
    Use `swift test --generate-linuxmain` to handle index of unit tests · 611cc4eb
    Nathan Harris authored
    Motivation:
    
    A handful of times, unit tests were forgotten to be added to the `allTests` extension, or were incorrectly copy/pasted.
    
    Modifications:
    
    Remove manual entries of `allTest` and use generated result from `swift test --generate-linuxmain`
    
    Result:
    
    There should be proper test parity between macOS and Linux.
    611cc4eb