Prepare timer bug fix

This commit is contained in:
2023-10-12 18:26:32 +02:00
parent f1bc9da7e8
commit b130cb9542
3 changed files with 48 additions and 45 deletions

View File

@@ -1,10 +1,10 @@
{
"slot_0": {
"timer_tests": {
"pattern": "bin/*/src/Overlay/TimerTests/*.o"
},
"gpu_tests": {
"pattern": "bin/*/src/Overlay/GPUTests/*.o"
}
}
{
"slot_0": {
"timer_tests": {
"pattern": "bin/*/src/Overlay/TimerTests2/*.o"
},
"gpu_tests": {
"pattern": "bin/*/src/Overlay/GPUTests/*.o"
}
}
}