Skip to content

Commit 2bbc868

Browse files
committed
test: move typedarray sharedarraybuffer test
1 parent df6d255 commit 2bbc868

4 files changed

Lines changed: 6 additions & 10 deletions

File tree

test/js-native-api/test_typedarray/binding.gyp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"sources": [
66
"test_typedarray.c"
77
]
8+
},
9+
{
10+
"target_name": "test_typedarray_sharedarraybuffer",
11+
"sources": [
12+
"test_typedarray_sharedarraybuffer.c"
13+
]
814
}
915
]
1016
}

test/js-native-api/test_typedarray_sharedarraybuffer/test.js renamed to test/js-native-api/test_typedarray/test_sharedarraybuffer.js

File renamed without changes.

test/js-native-api/test_typedarray_sharedarraybuffer/test_typedarray_sharedarraybuffer.c renamed to test/js-native-api/test_typedarray/test_typedarray_sharedarraybuffer.c

File renamed without changes.

test/js-native-api/test_typedarray_sharedarraybuffer/binding.gyp

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)