summaryrefslogtreecommitdiff
path: root/tests/uninorm/test-nfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/uninorm/test-nfd.c')
-rw-r--r--tests/uninorm/test-nfd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/uninorm/test-nfd.c b/tests/uninorm/test-nfd.c
index 17df0f0e..ec4405f2 100644
--- a/tests/uninorm/test-nfd.c
+++ b/tests/uninorm/test-nfd.c
@@ -20,6 +20,8 @@
#include "uninorm.h"
+#include "macros.h"
+
#if !(((defined _WIN32 || defined __CYGWIN__) && (HAVE_LIBUNISTRING || WOE32DLL)) || defined __ANDROID__)
/* Check that UNINORM_NFD is defined and links. */
uninorm_t n = UNINORM_NFD;
@@ -40,5 +42,5 @@ main ()
test_u16_nfd ();
test_u8_nfd ();
- return 0;
+ return test_exit_status;
}