5b905722f6
comment them out for now. (subdir-dirs): New for tests-mbwc, add also vpaths. * Makefile (tests): Add tests from tests-mbwc subdirectory, comment them out for now. (subdir-dirs): New for tests-mbwc, add also vpaths.
11 lines
156 B
C
11 lines
156 B
C
/*
|
|
ISWCNTRL: int iswcntrl (wint_t wc);
|
|
*/
|
|
|
|
#define TST_FUNCTION iswcntrl
|
|
|
|
#include "tsp_common.c"
|
|
#include "dat_iswcntrl.c"
|
|
|
|
TST_FUNC_ISW (CNTRL, cntrl);
|