-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITA.json5
More file actions
28 lines (26 loc) · 778 Bytes
/
CITA.json5
File metadata and controls
28 lines (26 loc) · 778 Bytes
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
/********************************************************************************************
This file is only needed by CITA - Continous Integration Testing in APL
It's not needed to USE DBuild/DTest - just to TEST it with CITA.
********************************************************************************************/
{
secondstimeout: 900,
tests: [{
"DyalogVersions": "18-",
"Test": "./Tests/DTest.dyalogtest",
"EMail": [{
"All": "mbaas@dyalog.com"
}],
id:"All"
},
{
id: "Failing",
Test: "./Tests/fail.dyalogtest",
disabled: true
},
{
"id":"Fail180",
Test: "./Tests/failsOn180.dyalogtest",
disabled: true
}
]
}