test: event: Correct usage of IS_ENABLED() macro in test/common/event.c
authorTom Rini <trini@konsulko.com>
Wed, 26 Feb 2025 20:31:09 +0000 (14:31 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 13 Mar 2025 20:21:42 +0000 (14:21 -0600)
commit5c2ad0799715e7c02aa98d946a04e526fc5802b0
tree1877414642eb0e3d53993db1a32dcadf44527cdc
parent7a765a37b3d4dead659a061561489ccce1276923
test: event: Correct usage of IS_ENABLED() macro in test/common/event.c

This file was using IS_ENABLED() to test for CONFIG flags but omitted
the CONFIG_ prefix and so did not work as expected.

Signed-off-by: Tom Rini <trini@konsulko.com>
test/common/event.c