From 0d69b1ac9fd304b51b170be041287ef3f9d72848 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 6 Sep 2000 22:15:07 +0000 Subject: Update. * wcsmbs/Depend: New file. * wcsmbs/Makefile (tests): Add tst-btowc. (tst-btowc-ENV): Define. * wcsmbs/tst-btowc.c: New file. --- wcsmbs/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'wcsmbs/Makefile') diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile index 7ca2800..42a1fa1 100644 --- a/wcsmbs/Makefile +++ b/wcsmbs/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +# Copyright (C) 1995,1996,1997,1998,1999,2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -39,7 +39,7 @@ routines := wcscat wcschr wcscmp wcscpy wcscspn wcsdup wcslen wcsncat \ wcscasecmp wcsncase wcscasecmp_l wcsncase_l \ wcsmbsload -tests := tst-wcstof wcsmbs-tst1 tst-wcsnlen +tests := tst-wcstof wcsmbs-tst1 tst-wcsnlen tst-btowc include ../Rules @@ -60,3 +60,5 @@ CFLAGS-wcstoull_l.c = -I../stdlib CFLAGS-wcstod_l.c = -I../stdlib CFLAGS-wcstold_l.c = -I../stdlib CFLAGS-wcstof_l.c = -I../stdlib + +tst-btowc-ENV = LOCPATH=$(common-objpfx)localedata -- cgit v1.1