annotate test/call_suite/config.lua @ 31:6e7b1b7ad9d3

Fixed failing builds when the compiler is ICC/ICPC
author Snaipe <franklinmathieu@gmail.com>
date Fri, 27 Nov 2015 00:04:24 +0100
parents 3e629dc19168
children b8f16ad80e34
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 -- user config for rand-sig.lua:
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 minargs = 0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3 maxargs = 32
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
4 ncases = 100
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
5 types = "csijlpfd"
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
6