Skip to content

Commit 2be6ce9

Browse files
gbittencourtkees
authored andcommitted
unicode: kunit: change tests filename and path
Change utf8 kunit test filename and path to follow the style convention on Documentation/dev-tools/kunit/style.rst Co-developed-by: Pedro Orlando <porlando@lkcamp.dev> Signed-off-by: Pedro Orlando <porlando@lkcamp.dev> Co-developed-by: Danilo Pereira <dpereira@lkcamp.dev> Signed-off-by: Danilo Pereira <dpereira@lkcamp.dev> Signed-off-by: Gabriela Bittencourt <gbittencourt@lkcamp.dev> Reviewed-by: David Gow <davidgow@google.com> Acked-by: Gabriel Krisman Bertazi <krisman@suse.de> Reviewed-by: Shuah Khan <skhan@linuxfoundation.org> Reviewed-by: Rae Moar <rmoar@google.com> Link: https://lore.kernel.org/r/20241202075545.3648096-7-davidgow@google.com Signed-off-by: Kees Cook <kees@kernel.org>
1 parent 62b9ef5 commit 2be6ce9

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

fs/unicode/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ifneq ($(CONFIG_UNICODE),)
44
obj-y += unicode.o
55
endif
66
obj-$(CONFIG_UNICODE) += utf8data.o
7-
obj-$(CONFIG_UNICODE_NORMALIZATION_KUNIT_TEST) += utf8-selftest.o
7+
obj-$(CONFIG_UNICODE_NORMALIZATION_KUNIT_TEST) += tests/utf8_kunit.o
88

99
unicode-y := utf8-norm.o utf8-core.o
1010

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <linux/unicode.h>
99
#include <kunit/test.h>
1010

11-
#include "utf8n.h"
11+
#include "../utf8n.h"
1212

1313
static const struct {
1414
/* UTF-8 strings in this vector _must_ be NULL-terminated. */

0 commit comments

Comments
 (0)