testsuite: A description for each test added

This commit is contained in:
Moyano, Gabriel
2020-04-03 09:35:23 +02:00
committed by Sebastian Huber
parent 384769141c
commit 0444b24bf9
55 changed files with 414 additions and 56 deletions

View File

@@ -1,6 +1,9 @@
/*
* This is the body of the test. It does not do much except ensure
* that the target is alive after initializing the TCP/IP stack.
/**
* @file
*
* @brief It tests socket connections locally.
*
* The server and clients are running in different RTEMS tasks.
*/
#include <stdlib.h>