Index: test/test262/test262.gyp |
diff --git a/test/test262/test262.gyp b/test/test262/test262.gyp |
index 45e6bc7271d56a200913ad28efaee950f507e586..5d79adda35f55137a57e9c2e5a64910b373da348 100644 |
--- a/test/test262/test262.gyp |
+++ b/test/test262/test262.gyp |
@@ -19,6 +19,14 @@ |
'sources': [ |
'test262.isolate', |
], |
+ 'actions': [ |
+ { |
+ 'action_name': 'archive_test262', |
+ 'inputs': ['archive.py', '<!@(python list.py)'], |
+ 'outputs': ['data.tar'], |
+ 'action': ['python', 'archive.py'], |
+ }, |
+ ], |
}, |
], |
}], |