Move GPU tests into an Overlay

This commit is contained in:
2023-06-14 21:39:48 +02:00
parent 50a2fc3128
commit 4b02b9a7d2
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"
}
}
}