From 96e4b2231274429569cda56d965bcc11d8009800 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 6 Mar 2019 20:39:29 +1100 Subject: testsuite: Make the OPERATION_COUNT a test configuration parameter. - Add a small memory test config file. - Update the small memory PowerPC BSPs to use the new test config. --- testsuites/psxtmtests/psxtmcleanup01/init.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites/psxtmtests/psxtmcleanup01') diff --git a/testsuites/psxtmtests/psxtmcleanup01/init.c b/testsuites/psxtmtests/psxtmcleanup01/init.c index 0bca307a62..3bac0d909b 100644 --- a/testsuites/psxtmtests/psxtmcleanup01/init.c +++ b/testsuites/psxtmtests/psxtmcleanup01/init.c @@ -25,6 +25,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#if !defined(OPERATION_COUNT) +#define OPERATION_COUNT 100 +#endif + #ifdef HAVE_CONFIG_H #include "config.h" #endif -- cgit v1.2.3