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