forked from socketsupply/socket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsocket.ini
97 lines (77 loc) · 1.69 KB
/
socket.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
[build]
name = "socket-runtime-javascript-tests"
copy = src
copy_map = src/mapping.ini
output = build
; Compiler Settings
flags = "-O3 -g"
headless = true
env[] = PWD
env[] = TMP
env[] = TEMP
env[] = TMPDIR
env[] = HOME
env[] = DEBUG
env[] = SSC_ANDROID_CI
env[] = SOCKET_DEBUG_IPC
env[] = SOCKET_RUNTIME_VM_DEBUG
env[] = SOCKET_MODULE_PATH_PREFIX
env[] = TEST_INJECTED_VARIABLE
[build.extensions]
simple-ipc-ping = src/extensions/simple/ipc-ping.cc
sqlite3 = src/extensions/sqlite3
#wasm = src/extensions/wasm
[build.extensions.linux]
runtime-core-tests = src/runtime-core
[build.extensions.mac]
runtime-core-tests = src/runtime-core
[build.extensions.win]
runtime-core-tests = src/runtime-core
; Injected environment variables
[env]
SOCKET_MODULE_PATH_PREFIX = "node_modules"
TEST_INJECTED_VARIABLE = "TEST_INJECTED_VARIABLE"
; Package Metadata
[meta]
title = "Socket API Tests"
version = "1.0.0"
description = "Socket Runtime JavaScript Tests"
lang = en-US
copyright = "Socket Supply Co. © 2021-2022"
maintainer = "Socket Supply Co."
bundle_identifier = co.socketsupply.socket.tests
application_protocol = "socket-tests"
[i18n.locales]
en = i18n/locales/en
fr = i18n/locales/fr-FR
fr-FR = i18n/locales/fr-FR
[debug]
flags = -g
[window]
width = 80%
height = 80%
max_width = 90%
max_height = 90%
min_width = 50%
min_height = 50%
resizable = true
frameless = false
utility = false
[mac]
cmd = "node backend/backend.js"
[linux]
cmd = "node backend/backend.js"
[win]
cmd = "node backend/backend.js"
[ios]
simulator_device = "iPhone 14"
icon = "src/icon.png"
[android]
manifest_permissions = MANAGE_EXTERNAL_STORAGE
icon = "src/icon.png"
[test-section]
array[] = 1
array[] = 2
array[] = 3
[.subsection]
key = "value"