OSDN Git Service

Reworked all test suite makefiles (man did they need it).
authorEric Andersen <andersen@codepoet.org>
Sat, 20 Jan 2001 00:45:14 +0000 (00:45 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 20 Jan 2001 00:45:14 +0000 (00:45 -0000)
commit844b89dbfdd41ced4666d2bb99ce0bf99503524b
tree170a400307e11f2a310e290f782b279bbe45e7be
parent66ebed3e54ec469f719a48750df08fd642b2abfe
Reworked all test suite makefiles (man did they need it).

Refactored testsuite.h so it behaves the way I want it to.  As policy now,
all test apps are _supposed_ to use testsuite.h (not all have been converted
to do this yet).  It is simple, clean, and works.
 -Erik
14 files changed:
test/Config [new file with mode: 0644]
test/Makefile
test/Rules.mak [new file with mode: 0644]
test/assert/Makefile
test/assert/assert.c
test/ctype/Makefile
test/ctype/ctype.c
test/pwd_grp/Makefile
test/signal/Makefile
test/silly/Makefile
test/stdlib/Makefile
test/string/Makefile
test/testsuite.h
test/unistd/Makefile