added quotes to avoid any cli issue

This commit is contained in:
Karma Riuk
2025-07-08 17:23:34 +02:00
parent c9e21213fd
commit 8fb0ef2be7

View File

@@ -48,7 +48,7 @@ run: $(TARGET)
@$(TARGET)
test: $(TEST_TARGET)
@$(TEST_TARGET) $(if $(TEST),--test-case=$(TEST))
@$(TEST_TARGET) $(if $(TEST),--test-case="$(TEST)")
# -------------------------------------------------------------------
# Link binaries