summaryrefslogtreecommitdiff
path: root/test/js-native-api/test_object/binding.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'test/js-native-api/test_object/binding.gyp')
-rw-r--r--test/js-native-api/test_object/binding.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/js-native-api/test_object/binding.gyp b/test/js-native-api/test_object/binding.gyp
index 94a4cd72fb..1cb35d974d 100644
--- a/test/js-native-api/test_object/binding.gyp
+++ b/test/js-native-api/test_object/binding.gyp
@@ -3,6 +3,7 @@
{
"target_name": "test_object",
"sources": [
+ "../common.c",
"../entry_point.c",
"test_object.c"
]