summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.gypi (renamed from test/test.gyp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.gyp b/test/test.gypi
index 2e89db58b0..40cd3d506d 100644
--- a/test/test.gyp
+++ b/test/test.gypi
@@ -9,7 +9,7 @@
'actions': [
{
'action_name': 'Symlink Fixture Directory',
- 'inputs': ['<!@(pwd)'],
+ 'inputs': ['<!@(pwd)/../test'],
'outputs': ['<(PRODUCT_DIR)/TEST_DATA'], # symlinks the test dir into TEST_DATA
'action': ['ln', '-s', '-f', '-n', '<@(_inputs)', '<@(_outputs)' ],
}