Clean up the source tree before reorganizing it.

This commit is contained in:
Zed A. Shaw 2026-02-26 23:43:30 -05:00
parent 779599f030
commit 03be0884a4
32 changed files with 24 additions and 8208 deletions

20
.ttarpit.json Normal file
View file

@ -0,0 +1,20 @@
{
"StartingHP": 100,
"Deadline": "1h0m0s",
"OneErrorPerLine": true,
"Includes": [
"^.*.cpp$",
"^.*.hpp$",
"^.*.json$"
],
"Processes": {
"tester1": {
"Command": "make",
"Args": ["build"]
}
},
"Triggers": [
"^(?<File>.*?):(?<Line>[0-9]+):(?<Col>[0-9]+):\\s*(?<ErrType>.*):\\s*(?<Message>.*)",
"^(?<File>.*?):(?<Line>[0-9]+):(?<Col>[0-9]+):\\s*(?<Message>.*)"
]
}