Skip to content

Commit 779eb6d

Browse files
committed
Added validation test to run the build_swift unit-tests.
1 parent 27fdc6e commit 779eb6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// RUN: %{python} -m unittest discover -s utils/build_swift/ -t utils/
2+
3+
// Continuous integration for the OS X Platform also runs the tests in the iPhone, Apple TV and Apple Watch simulators.
4+
// We only need to run python linting once per OSX Platform test run, rather than once for each supported Apple device.
5+
// UNSUPPORTED: OS=watchos
6+
// UNSUPPORTED: OS=ios
7+
// UNSUPPORTED: OS=tvos

0 commit comments

Comments
 (0)