/* Tim Brecht * Added :Sat 5 Jan 2013 15:19:15 EST */ #include #include #include #include #include #include #include "../lib/testutils.h" #define NUM_TIMES (1) #define NUM_INTS (4*1024) int main() { int i, rc, fd; int write_array[NUM_INTS]; int read_array[NUM_INTS]; /* Uncomment this when having failures and for debugging */ // TEST_VERBOSE_ON(); /* Initialize the array */ for (i=0; i