diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-14 02:38:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-14 02:38:04 +0000 |
commit | 8c2c5e549eec9eec63c85e2d21a53a71a369e557 (patch) | |
tree | a6f09ae74a425d493fbab0d4e453da7db956c9ab /test/malloc/.cvsignore | |
parent | 8966b4965d7d6ae29d957950d064382c79669246 (diff) |
Move all malloc tests under test/malloc/
Diffstat (limited to 'test/malloc/.cvsignore')
-rw-r--r-- | test/malloc/.cvsignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/malloc/.cvsignore b/test/malloc/.cvsignore new file mode 100644 index 000000000..3a3bea67b --- /dev/null +++ b/test/malloc/.cvsignore @@ -0,0 +1,7 @@ +malloc +testmalloc +testmalloc.o +testmalloc_glibc +testmalloc_glibc.o +mallocbug +mallocbug_glibc |