[swift-users] Run just 1 test function in Package Manager
Daniel Dunbar
daniel_dunbar at apple.com
Wed Jan 13 12:54:14 CST 2016
FYI, this is probably better directed to swift-build-dev since it is specific to the package manager development.
There isn't such a way currently, and I'm not sure if the Linux XCTest makes available the features needed for that yet... if so, we could presumably add that support to the bootstrap script.
- Daniel
> On Jan 12, 2016, at 11:36 PM, Kostiantyn Koval via swift-users <swift-users at swift.org> wrote:
>
> Hi
>
> Is it possible to just run 1 test function from command line.
> Now I can run only all test at once (with that function below) but when developing I would like to run jest one, like I can do it in Xcode.
> ./Utilities/bootstrap --build-tests
>
> Best Regards,
> Kostiantyn
>
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users
More information about the swift-users
mailing list