X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-echo-test.c;h=552c0632dcc7cad54dfe13b020bed071392b04c8;hp=65b461384d62dc1fedc4ce658bc55e624dce1b6c;hb=a45c328791dc391e6432051ee0c7972ef7fd8d9a;hpb=4655b60cc205079ebafec3db4a4b47f7a8336bda diff --git a/test_src/main-echo-test.c b/test_src/main-echo-test.c index 65b4613..552c063 100644 --- a/test_src/main-echo-test.c +++ b/test_src/main-echo-test.c @@ -21,12 +21,9 @@ * */ -#include "config.h" -#include "uart_i.h" -#include "debug.h" +#include "main-test-common.h" #include "echo.h" -#include "cli.h" #include "hfal_echo.h" #include "shavs.h" #include "nessie_hash_test.h" @@ -35,10 +32,6 @@ #include "hfal-performance.h" #include "hfal-test.h" -#include -#include -#include - char* algo_name = "Echo";