view direct/tests/nor_stress.h @ 248:a8738fee77c1

Restructure tests
author charles
date Sun, 04 Jan 2009 21:44:24 +0000
parents
children
line wrap: on
line source

#ifndef __NOR_STRESS_H__
#define __NOR_STRESS_H__

void NorStressTestInitialise(const char *path);
void NorStressTestRun(const char *path, int n_cycles, int do_fsx);

#endif