diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-04 17:39:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-04 17:39:54 +0000 |
commit | 8cda0a538b60604b0befc109d8aebf9cd179e2c8 (patch) | |
tree | 2e7adb36d681309a2f28e76b6e68a89eefedc561 /test/stdlib/.cvsignore | |
parent | 3259c862c11bfc2260cfbe86d823a3aea68b4e2d (diff) |
Major facelift on the test area -- the beginnings of some real testing
stuff so we can get this library into shape.
-Erik
Diffstat (limited to 'test/stdlib/.cvsignore')
-rw-r--r-- | test/stdlib/.cvsignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/stdlib/.cvsignore b/test/stdlib/.cvsignore new file mode 100644 index 000000000..4d8c58076 --- /dev/null +++ b/test/stdlib/.cvsignore @@ -0,0 +1,8 @@ +testmalloc +testmalloc.o +testmalloc_glibc +testmalloc_glibc.o +teststrtol +teststrtol.o +teststrtol.out +teststrtol_glibc.out |