nucleo-l053r8-benches/crates/algorithms/algorithms-c/test/hash/test_hash.c
2025-07-11 11:16:51 +02:00

11 lines
174 B
C
Executable file

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