2024-08-19 12:41:11 -04:00
|
|
|
{
|
|
|
|
"tempDir": true,
|
|
|
|
"steps": [{
|
2024-12-19 12:53:52 -05:00
|
|
|
"args": "run -A setup.ts",
|
|
|
|
"output": "[WILDCARD]"
|
|
|
|
}, {
|
2024-08-19 12:41:11 -04:00
|
|
|
"if": "unix",
|
2024-12-19 12:53:52 -05:00
|
|
|
"args": "compile --no-config --output a/main a/main.ts",
|
2024-08-19 12:41:11 -04:00
|
|
|
"output": "[WILDCARD]"
|
|
|
|
}, {
|
|
|
|
"if": "unix",
|
2024-12-19 12:53:52 -05:00
|
|
|
"args": "compile --no-config --output b/main b/main.ts",
|
2024-08-19 12:41:11 -04:00
|
|
|
"output": "[WILDCARD]"
|
|
|
|
}, {
|
|
|
|
"if": "unix",
|
2024-12-19 12:53:52 -05:00
|
|
|
"args": "run --allow-read=. assert_equal.ts a/main b/main",
|
2024-08-19 12:41:11 -04:00
|
|
|
"output": "Same\n"
|
|
|
|
}, {
|
|
|
|
"if": "windows",
|
2024-12-19 12:53:52 -05:00
|
|
|
"args": "compile --no-config --output a/main.exe a/main.ts",
|
2024-08-19 12:41:11 -04:00
|
|
|
"output": "[WILDCARD]"
|
|
|
|
}, {
|
|
|
|
"if": "windows",
|
2024-12-19 12:53:52 -05:00
|
|
|
"args": "compile --no-config --output b/main.exe b/main.ts",
|
2024-08-19 12:41:11 -04:00
|
|
|
"output": "[WILDCARD]"
|
|
|
|
}, {
|
|
|
|
"if": "windows",
|
2024-12-19 12:53:52 -05:00
|
|
|
"args": "run --allow-read=. assert_equal.ts a/main.exe b/main.exe",
|
2024-08-19 12:41:11 -04:00
|
|
|
"output": "Same\n"
|
|
|
|
}]
|
|
|
|
}
|