| 1 | # Usage: make test.N.report |
|---|---|
| 2 | # |
| 3 | # COUNT can be over-ridden to change the number of tests generated per |
| 4 | # file, and TESTARGS is used to change the type generation. Make sure |
| 5 | # to 'make clean' after changing either of these parameters. |
| 6 | |
| 7 | X_CFLAGS := -m64 |
| 8 | Y_CFLAGS := -m64 |
| 9 | CC_CFLAGS := -m64 |
| 10 | |
| 11 | include ../Makefile.test.common |
| 12 | |
| 13 | TESTARGS += --no-function-return --max-args 1 |
| 14 |