diff options
Diffstat (limited to 'test/common/event.c')
| -rw-r--r-- | test/common/event.c | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/test/common/event.c b/test/common/event.c index b462694fc3b..e77e020b00b 100644 --- a/test/common/event.c +++ b/test/common/event.c @@ -6,7 +6,6 @@   * Written by Simon Glass <sjg@chromium.org>   */ -#include <common.h>  #include <dm.h>  #include <event.h>  #include <test/common.h> @@ -92,7 +91,7 @@ static int test_event_probe(struct unit_test_state *uts)  	struct test_state state;  	struct udevice *dev; -	if (!IS_ENABLED(SANDBOX)) +	if (!IS_ENABLED(CONFIG_SANDBOX))  		return -EAGAIN;  	state.val = 0; @@ -107,4 +106,4 @@ static int test_event_probe(struct unit_test_state *uts)  	return 0;  } -COMMON_TEST(test_event_probe, UT_TESTF_DM | UT_TESTF_SCAN_FDT); +COMMON_TEST(test_event_probe, UTF_DM | UTF_SCAN_FDT); | 
