summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.inc')
-rw-r--r--tests/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile.inc b/tests/Makefile.inc
index 9ee27cd83195..be32434e8390 100644
--- a/tests/Makefile.inc
+++ b/tests/Makefile.inc
@@ -24,8 +24,7 @@ TEST_CFLAGS += -I$(src)/include -I$(src)/commonlib/include \
# Path for Kconfig autoheader
TEST_CFLAGS += -I$(dir $(TEST_KCONFIG_AUTOHEADER))
-TEST_CFLAGS += -std=gnu11 -Os -ffunction-sections -fdata-sections \
- -fno-builtin
+TEST_CFLAGS += -std=gnu11 -Os -ffunction-sections -fdata-sections -fno-builtin
# Link against Cmocka
TEST_LDFLAGS = -lcmocka -Wl,--gc-sections