We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fdc6e commit 779eb6dCopy full SHA for 779eb6d
validation-test/Python/build_swift.swift
@@ -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