#ifndef TEST_STRREPLACE_H
#define TEST_STRREPLACE_H
#include "test.h"
#ifdef __cplusplus
extern "C" {
#endif
CX_TEST(test_string_template_compile);
CX_TEST(test_string_template_compile_error);
CX_TEST(test_string_template_write_to);
CX_TEST(test_string_template_build_string);
#ifdef __cplusplus
}
#endif
#endif