diff options
author | Michael Brown <mcb30@ipxe.org> | 2022-02-28 14:41:45 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2022-03-15 16:25:13 +0000 |
commit | 7e9631b60fdcb02f05a80983ca68c10f26e4ab33 (patch) | |
tree | bdfc015a6adabd1a09ad29a69386f7d3fd30bbee /src/tests/tests.c | |
parent | 3cd3a7326178bd10fb38e09eb702b27bc463d3c6 (diff) | |
download | ipxe-7e9631b60fdcb02f05a80983ca68c10f26e4ab33.zip ipxe-7e9631b60fdcb02f05a80983ca68c10f26e4ab33.tar.gz ipxe-7e9631b60fdcb02f05a80983ca68c10f26e4ab33.tar.bz2 |
[utf8] Add UTF-8 accumulation self-tests
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r-- | src/tests/tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c index 1cc4c81..4dd4adf 100644 --- a/src/tests/tests.c +++ b/src/tests/tests.c @@ -75,3 +75,4 @@ REQUIRE_OBJECT ( pem_test ); REQUIRE_OBJECT ( ntlm_test ); REQUIRE_OBJECT ( zlib_test ); REQUIRE_OBJECT ( gzip_test ); +REQUIRE_OBJECT ( utf8_test ); |