diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.common b/tests/Makefile.common index ace16d2dd2..d6c9bd60fc 100644 --- a/tests/Makefile.common +++ b/tests/Makefile.common @@ -59,7 +59,7 @@ else TEST_CFLAGS += -Os endif -TEST_CFLAGS += -D__TEST__ +TEST_CFLAGS += -D__TEST__ -D__COREBOOT__ ifneq ($(filter-out 0,$(TEST_PRINT)),) TEST_CFLAGS += -DTEST_PRINT=1 |