Move GPU tests into an Overlay

This commit is contained in:
Jaby
2023-06-14 21:39:48 +02:00
committed by Jaby
parent c947f96f28
commit 413f5164d6
5 changed files with 200 additions and 192 deletions

View File

@@ -2,6 +2,9 @@
"slot_0": {
"timer_tests": {
"pattern": "bin/*/src/TimerTests/*.o"
},
"gpu_tests": {
"pattern": "bin/*/src/GPUTests/*.o"
}
}
}