Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/addons-napi/test_date/binding.gyp')
-rw-r--r--test/addons-napi/test_date/binding.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/addons-napi/test_date/binding.gyp b/test/addons-napi/test_date/binding.gyp
new file mode 100644
index 00000000000..6039d122c76
--- /dev/null
+++ b/test/addons-napi/test_date/binding.gyp
@@ -0,0 +1,10 @@
+{
+ "targets": [
+ {
+ "target_name": "test_date",
+ "sources": [
+ "test_date.c"
+ ]
+ }
+ ]
+}