?prevdifflink? - Blame
###############################################################################
#
# Environment for makerules
#
top = ..
subdirs = generics
# Global variable required for the generic rules for parse-unit
PARSE_UNIT_PTABLE = $(top)/syn/isovdm.def.tbl
###############################################################################
#
# Set of testsuites to run
#
testsuites = generics.testsuite expressions.testsuite functiontypes.testsuite
###############################################################################
#
# Default rule to be called in recurse
#
run-tests: $(testsuites:.testsuite=.runtestsuite)
###############################################################################
#
# Reusable includes
#
include $(top)/scripts/makerules.clean
include $(top)/scripts/makerules.recurse
include $(top)/scripts/makerules.parse-unit
include $(top)/scripts/makerules.configuration
|