mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Added the test program for the sprintf() buffer flush bug, courtesy of
Jens Langner. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14725 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: smakefile,v 1.1 2004-08-06 11:51:50 obarthel Exp $
|
||||
# $Id: smakefile,v 1.2 2004-09-10 07:41:13 obarthel Exp $
|
||||
#
|
||||
# :ts=8
|
||||
#
|
||||
@ -63,10 +63,10 @@ AFLAGS = \
|
||||
|
||||
##############################################################################
|
||||
|
||||
all: setup test fgets_test iotest sscanf_test printf_test stack_size_test translate_test cleanup
|
||||
all: setup test fgets_test iotest sscanf_test printf_test sprintf_test stack_size_test translate_test cleanup
|
||||
|
||||
clean:
|
||||
-delete \#?.o \#?.map test fgets_test iotest sscanf_test printf_test stack_size_test translate_test
|
||||
-delete \#?.o \#?.map test fgets_test iotest sscanf_test printf_test sprintf_test stack_size_test translate_test
|
||||
|
||||
##############################################################################
|
||||
|
||||
@ -105,6 +105,11 @@ printf_test: printf_test.o
|
||||
@slink $(LIB)startup.o printf_test.o to $@ lib $(LIB)c.lib addsym \
|
||||
map $@.map,fhx fwidth 32 pwidth 32 swidth 32
|
||||
|
||||
sprintf_test: sprintf_test.o
|
||||
@echo "Linking $@"
|
||||
@slink $(LIB)startup.o sprintf_test.o to $@ lib $(LIB)c.lib addsym \
|
||||
map $@.map,fhx fwidth 32 pwidth 32 swidth 32
|
||||
|
||||
stack_size_test: stack_size_test.o
|
||||
@echo "Linking $@"
|
||||
@slink $(LIB)startup.o stack_size_test.o to $@ lib $(LIB)c.lib addsym \
|
||||
|
||||
Reference in New Issue
Block a user