Run just 1 test function in Package Manager

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

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@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@swift.org
https://lists.swift.org/mailman/listinfo/swift-users