Commits

Ankit Aggarwal committed 176d4334890
[SwiftTest] Add a mode to list test from test modules. To list the tests we get the JSON representation of the test cases using the appropriate tool and show the tests in format `ModuleName.TestCase/TestMethod`. On OSX we use the swiftpm-xctest-helper tool bundled with swift package manager and the `-dump-tests-json` mode of XCTest on Linux.