diff --git a/sbs.conf b/sbs.conf index 70c204292e189fda293e4dec4dc47e15ca4a9e4b..85c4485a6af80f83fdd24596a77312241b566705 100644 --- a/sbs.conf +++ b/sbs.conf @@ -257,7 +257,7 @@ BoardId: stm32f429zi_skyward_death_stack BinName: ramtest Include: %ram-test Defines: -Main: ram_test/main +Main: ram_test/ramtest [test-motor] Type: test diff --git a/src/tests/ram_test/main.cpp b/src/tests/ram_test/ramtest.cpp similarity index 100% rename from src/tests/ram_test/main.cpp rename to src/tests/ram_test/ramtest.cpp