UDP change name and description of the test

This commit is contained in:
fastium 2024-10-20 19:10:52 +02:00
parent 54bd1b6efa
commit fd30e9cd8e

View File

@ -14,9 +14,9 @@
/****************************************************************************
* @file main.cpp
* @author Serge Ayer <serge.ayer@hefr.ch>
* @author Sierro Yann
*
* @brief Simple example of test program for raw and shared pointers
* @brief Test of raw pointer
*
* @date 2022-09-01
* @version 0.1.0
@ -93,4 +93,4 @@ static Case cases[] = {
static Specification specification(greentea_setup, cases);
int main() { return !Harness::run(specification); }
int main() { return !Harness::run(specification); }