OSDN Git Service

Major facelift on the test area -- the beginnings of some real testing
authorEric Andersen <andersen@codepoet.org>
Wed, 4 Oct 2000 17:39:54 +0000 (17:39 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 4 Oct 2000 17:39:54 +0000 (17:39 -0000)
commit8cda0a538b60604b0befc109d8aebf9cd179e2c8
tree2e7adb36d681309a2f28e76b6e68a89eefedc561
parent3259c862c11bfc2260cfbe86d823a3aea68b4e2d
Major facelift on the test area -- the beginnings of some real testing
stuff so we can get this library into shape.
 -Erik
18 files changed:
test/Makefile
test/assert/.cvsignore [new file with mode: 0644]
test/assert/Makefile [new file with mode: 0644]
test/assert/assert.c [new file with mode: 0644]
test/ctype/.cvsignore [new file with mode: 0644]
test/ctype/Makefile [new file with mode: 0644]
test/ctype/ctype.c [new file with mode: 0644]
test/silly/.cvsignore [new file with mode: 0644]
test/silly/Makefile [new file with mode: 0644]
test/silly/hello.c [new file with mode: 0644]
test/stdlib/.cvsignore [new file with mode: 0644]
test/stdlib/Makefile [new file with mode: 0644]
test/stdlib/testmalloc.c [new file with mode: 0644]
test/stdlib/teststrtol.c [new file with mode: 0644]
test/string/.cvsignore [new file with mode: 0644]
test/string/Makefile [new file with mode: 0644]
test/string/string.c [new file with mode: 0644]
test/testsuite.h [new file with mode: 0644]