forked from Imagelibrary/rtems
tests/samples: Use <rtems/test.h>
This commit is contained in:
@@ -24,11 +24,15 @@
|
||||
#include "netconfig.h"
|
||||
#endif
|
||||
|
||||
const char rtems_test_name[] = "PPPD";
|
||||
|
||||
rtems_task Init(rtems_task_argument argument)
|
||||
{
|
||||
#if BSP_SMALL_MEMORY
|
||||
printf("NO NETWORKING. MEMORY TOO SMALL");
|
||||
#else
|
||||
rtems_test_begin();
|
||||
|
||||
/* initialize network */
|
||||
rtems_bsdnet_initialize_network();
|
||||
rtems_pppd_initialize();
|
||||
|
||||
Reference in New Issue
Block a user