Implement syslog.
[bertos.git] / bertos / algo / ramp_test.c
index 918257f3a267a5ebb228442e71f0eb0c8d4e789e..0e7d58c57bf0ba6a0b1529383764804d5f44f24d 100644 (file)
@@ -7,7 +7,6 @@
  *
  * \brief Test for compute, save and load ramps for stepper motors (implementation)
  *
- * \version $Id$
  *
  * \author Simone Zinanni <s.zinanni@develer.com>
  * \author Bernie Innocenti <bernie@codewiz.org>
@@ -184,12 +183,4 @@ int ramp_testRun(void)
        return 0;
 }
 
-#if UNIT_TEST
-       #include "ramp.c"
-       #include <drv/kdebug.c>
-       #include <mware/formatwr.c>
-       #include <mware/hex.c>
-
-       TEST_MAIN(ramp);
-#endif
-
+TEST_MAIN(ramp);