comparison dstress.c @ 1628:c6ef09dfba4d

add mini test set from ldc project
author Moritz Warning <moritzwarning@web.de>
date Mon, 10 Jan 2011 19:47:18 +0100
parents e1b954780837
children
comparison
equal deleted inserted replaced
1627:e1b954780837 1628:c6ef09dfba4d
155 #endif /* USE_POSIX else */ 155 #endif /* USE_POSIX else */
156 156
157 #define TORTURE_PREFIX "torture-" 157 #define TORTURE_PREFIX "torture-"
158 158
159 #ifdef USE_POSIX 159 #ifdef USE_POSIX
160 #define CRASH_RUN "./crashRun 30 1000" 160 #define CRASH_RUN "./crashRun 10 256"
161 #ifdef USE_VALGRIND 161 #ifdef USE_VALGRIND
162 #define VALGRIND "valgrind --leak-check=no -q --suppressions=valgrind.suppress" 162 #define VALGRIND "valgrind --leak-check=no -q --suppressions=valgrind.suppress"
163 #else 163 #else
164 #define VALGRIND NULL 164 #define VALGRIND NULL
165 #endif 165 #endif