summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-01 19:46:28 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-01 19:46:28 -0500
commit1ee4fe83d74978f44eb61b23dda9c258f4af82b1 (patch)
tree358c7a26e017457c44804fa10d0c7e82042cb569 /locale.c
parentdf9ef3a48883d4a34eeabbfd5af42f289c1353c2 (diff)
decide not to try autogenerating tests, it is too error prone
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/locale.c b/locale.c
index 7ae3397..9714995 100644
--- a/locale.c
+++ b/locale.c
@@ -2,7 +2,13 @@
#include <limits.h>
#include "test.h"
-#include "locale.d"
+static int locale_categories[] = {
+ LC_ALL,
+ LC_COLLATE,
+ LC_CTYPE,
+ LC_MONETARY,
+ LC_NUMERIC,
+};
void test_locale_h(void)
{