X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fdtest.c;h=4478cdc9c515a588d5a26635d23db6515d84810c;hp=8476743d8cdec14916445d8777ee397a6190d2b8;hb=85530132e169794d9e7e9c1de1396a12bc650383;hpb=af64dde7d5ede0d7c81bd07d61e7636917a60d2f diff --git a/direct/dtest.c b/direct/dtest.c index 8476743..4478cdc 100644 --- a/direct/dtest.c +++ b/direct/dtest.c @@ -22,6 +22,8 @@ #include "yaffsfs.h" +#include "nor_stress.h" + void dumpDir(const char *dname); char xx[600]; @@ -2281,9 +2283,11 @@ void random_small_file_test(const char *mountpt,int iterations) } +int random_seed; int main(int argc, char *argv[]) { + random_seed = time(NULL); //return long_test(argc,argv); //return cache_read_test();