aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa/general/framework.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/mppa/general/framework.h')
-rw-r--r--test/mppa/general/framework.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mppa/general/framework.h b/test/mppa/general/framework.h
index 8321a9a9..78f2617e 100644
--- a/test/mppa/general/framework.h
+++ b/test/mppa/general/framework.h
@@ -7,7 +7,9 @@
int main(void){\
type a, b, c, i, S;\
srand(0);\
+ S = 0;\
for (i = 0 ; i < 100 ; i++){\
+ c = randlong();\
a = randlong();\
b = randlong();
/* END BEGIN_TEST */