nucleo-l053r8-benches/crates/algorithms/algorithms-c/test/hash/test_hash.c
2025-07-10 17:31:22 +02:00

21 lines
208 B
C
Executable file

#ifdef TEST
#include "unity.h"
#include "hash.h"
void setUp(void)
{
}
void tearDown(void)
{
}
void test_hash_NeedToImplement(void)
{
TEST_IGNORE_MESSAGE("Need to Implement hash");
}
#endif // TEST