blob: b51c8f111e3553c669c3d6aca74ca104c06933fa [file] [log] [blame]
LEVEL = ../../../../..
PARALLEL_DIRS := \
164.gzip \
175.vpr \
176.gcc \
181.mcf \
186.crafty \
197.parser \
252.eon \
253.perlbmk \
254.gap \
255.vortex \
256.bzip2 \
300.twolf
# Get the $(ARCH) setting
include $(LEVEL)/Makefile.config
# Disable crafty until it stops infinite-looping on Sparc
ifeq ($(ARCH), Sparc)
PARALLEL_DIRS := $(filter-out 186.crafty, $(PARALLEL_DIRS))
endif
include ${LEVEL}/test/Programs/Makefile.programs