Fix unit test check.
[bertos.git] / bertos / drv / lcd_hd44_test.c
index 9fae8141477ba65ca5803bce0ee833537fb2d8a0..065cee51a94008fadd40dffbebde6dc2ad52933f 100644 (file)
 #include "lcd_hd44.h"
 #include "hw/hw_lcd.h"
 
+#include <cfg/test.h>
 #include <drv/timer.h>
 
 #warning TODO:Refactor this test to comply whit BeRTOS test policy.
 
-#if (ARCH & ARCH_UNITTEST)
+#if UNIT_TEST
 
 void lcd_hw_test(void)
 {