summaryrefslogtreecommitdiffstats
path: root/chromium/tools/swarming_client/tests/isolate/simple.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/swarming_client/tests/isolate/simple.isolate')
-rw-r--r--chromium/tools/swarming_client/tests/isolate/simple.isolate18
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium/tools/swarming_client/tests/isolate/simple.isolate b/chromium/tools/swarming_client/tests/isolate/simple.isolate
new file mode 100644
index 00000000000..8dad62259e2
--- /dev/null
+++ b/chromium/tools/swarming_client/tests/isolate/simple.isolate
@@ -0,0 +1,18 @@
+# Copyright 2012 The Swarming Authors. All rights reserved.
+# Use of this source code is governed under the Apache License, Version 2.0 that
+# can be found in the LICENSE file.
+{
+ 'conditions': [
+ ['OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'command': [
+ 'python',
+ 'simple.py',
+ ],
+ 'isolate_dependency_tracked': [
+ 'simple.py',
+ ],
+ },
+ }],
+ ],
+}