refactor: remove '#define MODULE_NAME' from tests

And use target_compile_definitions() instead
This commit is contained in:
Beat Küng
2025-06-17 11:41:01 +02:00
parent 6ce1634dea
commit 9472b4b1f7
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -31,8 +31,6 @@
*
****************************************************************************/
#define MODULE_NAME "rc_update"
#include <gtest/gtest.h>
#include "rc_update.h"