14 lines · plain
1# Usage: make test.N.report 2#3# COUNT can be over-ridden to change the number of tests generated per4# file, and TESTARGS is used to change the type generation. Make sure5# to 'make clean' after changing either of these parameters.6 7X_CFLAGS := -m648Y_CFLAGS := -m649CC_CFLAGS := -m6410 11include ../Makefile.test.common12 13TESTARGS += --no-function-return --max-args 114