#ifndef __TEST__ #define __TEST__ #include #include #include #include "libcproject.h" bool assert_string_equal(const string_t actual, const string_t expected); bool assert_string_not_equal(const string_t actual, const string_t expected); #endif