diff options
Diffstat (limited to 'tests/uninorm/test-nfkc.c')
-rw-r--r-- | tests/uninorm/test-nfkc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/uninorm/test-nfkc.c b/tests/uninorm/test-nfkc.c index 640066c3..7e62e3db 100644 --- a/tests/uninorm/test-nfkc.c +++ b/tests/uninorm/test-nfkc.c @@ -20,6 +20,8 @@ #include "uninorm.h" +#include "macros.h" + #if !(((defined _WIN32 || defined __CYGWIN__) && (HAVE_LIBUNISTRING || WOE32DLL)) || defined __ANDROID__) /* Check that UNINORM_NFKC is defined and links. */ uninorm_t n = UNINORM_NFKC; @@ -40,5 +42,5 @@ main () test_u16_nfkc (); test_u8_nfkc (); - return 0; + return test_exit_status; } |