Add test for str8 array

This commit is contained in:
2025-09-28 00:05:17 +01:00
parent b3ebff3635
commit 9f32891bbc
5 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
// vim:fileencoding=utf-8:foldmethod=marker
#ifndef TEST_STR8_ARRAY_H
#define TEST_STR8_ARRAY_H
#include "wapp.h"
TestFuncResult test_str8_array(void);
#endif // !TEST_STR8_ARRAY_H