Add simple script to filter nightly test output.
[bertos.git] / bertos / drv / lcd_hd44_test.c
index 65107b8549d6a9512298e25e87a4f431b66eaa42..d01d01f41f5fc3523c2207fc665f91f276e014a4 100644 (file)
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
-#include "hw_lcd.h"
-
-#include <cfg/arch_config.h>
+#include "lcd_hd44.h"
+#include "hw/hw_lcd.h"
 
 #include <drv/timer.h>
-#include <drv/lcd_hd44.h>
+
+#warning TODO:Refactor this test to comply whit BeRTOS test policy.
+
+#ifdef _TEST
 
 void lcd_hw_test(void)
 {
@@ -76,6 +78,10 @@ void lcd_hw_test(void)
 }
 
 
+
+#include <drv/timer.c>
+#include <drv/lcd_hd44.c>
+
 int main(void)
 {
                lcd_hw_test();
@@ -86,3 +92,5 @@ int main(void)
 
                return 0;
 }
+
+#endif