Fix unit test check.
[bertos.git] / bertos / mware / sprintf_test.c
index 3534953afe8f07ca2303637b0fd1262e45260abe..60958fc5308d4df93b308ce5e31171d47f9c78db 100644 (file)
@@ -33,7 +33,7 @@
  * \brief sprintf() implementation based on _formatted_write()
  *
  * \version $Id$
- * \author Bernardo Innocenti <bernie@develer.com>
+ * \author Bernie Innocenti <bernie@codewiz.org>
  */
 
 
@@ -41,7 +41,7 @@
 #include <cfg/test.h>
 #include <cfg/debug.h>
 
-#include <mware/pgm.h>
+#include <cpu/pgm.h>
 
 #include <stdio.h>
 
@@ -49,7 +49,7 @@
 
 #warning FIXME:Review and refactor this test..
 
-#ifdef _TEST
+#if UNIT_TEST
 #include "sprintf.c"
 #include "formatwr.c"
 #include "hex.c"