|
@ -2,7 +2,6 @@ |
|
|
#include <string.h> |
|
|
#include <string.h> |
|
|
#include <stdio.h> |
|
|
#include <stdio.h> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Custom assert function to compare expected and actual values |
|
|
// Custom assert function to compare expected and actual values |
|
|
void assert_equal(const char *test_name, const char *expected, const char *actual) { |
|
|
void assert_equal(const char *test_name, const char *expected, const char *actual) { |
|
|
if (strcmp(expected, actual) == 0) { |
|
|
if (strcmp(expected, actual) == 0) { |