Adding test cases for allocator
commitfff130c962991f1908042a268862d537c26f918f
authorprabatuty <prabatuty>
Mon, 3 Dec 2007 15:34:30 +0000 (3 15:34 +0000)
committerprabatuty <prabatuty>
Mon, 3 Dec 2007 15:34:30 +0000 (3 15:34 +0000)
treeb74b92b8afe1f544cb33b193ce380d8f6212f724
parent4aa10c526f095278a57130fb4b6a44975dbae1ce
Adding test cases for allocator
19 files changed:
test/TestModules
test/system/Allocator/Makefile [new file with mode: 0644]
test/system/Allocator/common.h [new file with mode: 0644]
test/system/Allocator/create.c [new file with mode: 0644]
test/system/Allocator/createNoIndex.c [new file with mode: 0644]
test/system/Allocator/delete1.c [new file with mode: 0644]
test/system/Allocator/delete100.c [new file with mode: 0644]
test/system/Allocator/deleteAll.c [new file with mode: 0644]
test/system/Allocator/drop.c [new file with mode: 0644]
test/system/Allocator/insert [new file with mode: 0755]
test/system/Allocator/insert1.c [new file with mode: 0644]
test/system/Allocator/insert100.c [new file with mode: 0644]
test/system/Allocator/test001.ksh [new file with mode: 0755]
test/system/Allocator/test002.ksh [new file with mode: 0755]
test/system/Allocator/test003.ksh [new file with mode: 0755]
test/system/Allocator/test004.ksh [new file with mode: 0755]
test/system/Allocator/test005.ksh [new file with mode: 0755]
test/system/Allocator/test006.ksh [new file with mode: 0755]
test/system/Allocator/test007.ksh [new file with mode: 0755]