view tests/test-fseeko.sh @ 14476:7e83803507fe

New module 'unictype/category-longname'. * lib/unictype.in.h (uc_general_category_long_name): New declaration. * lib/unictype/categ_longname.c: New file. * modules/unictype/category-longname: New file. * modules/unictype/category-all (Depends-on): Add it.
author Bruno Haible <bruno@clisp.org>
date Fri, 25 Mar 2011 23:14:10 +0100
parents dfee3b4fd46c
children
line wrap: on
line source

#!/bin/sh

./test-fseeko${EXEEXT} 1 < "$srcdir/test-fseeko.sh" || exit 1
echo hi | ./test-fseeko${EXEEXT} || exit 1
exit 0