more tests

This commit is contained in:
rsc 2006-05-22 14:56:13 +00:00
parent e17e1a71c2
commit 4b65e43c54
4 changed files with 93 additions and 7 deletions

View file

@ -13,7 +13,9 @@ FMTOFILES=\
fmt.$O\
fmtfd.$O\
fmtfdflush.$O\
fmtlocale.$O\
fmtlock2.$O\
fmtnull.$O\
fmtprint.$O\
fmtquote.$O\
fmtrune.$O\
@ -170,3 +172,22 @@ HFILES=\
%.$O: utf/%.c
$CC $CFLAGS utf/$stem.c
XLIB=$PLAN9/lib/$LIB
testfmt: testfmt.$O $XLIB
$LD -o $target testfmt.$O
testfltfmt: testfltfmt.$O $XLIB
$LD -o $target testfltfmt.$O
testprint: testprint.$O $XLIB
$LD -o $target testprint.$O
# debugging only - should go away (5/22/2006)
testgoogfmt: testfltfmt.$O googfmt.$O $XLIB
$LD -o $target testfltfmt.$O googfmt.$O
testgoogprint: testprint.$O googfmt.$O $XLIB
$LD -o $target testprint.$O googfmt.$O