11 lines
174 B
C
Executable file
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");
|
|
}
|