blob: f52f86031536284c4a3cd2da3c9c3b73d2f51fb2 [file] [log] [blame]
# MultiSource/UnitTests/Mips Makefile: Build all subdirectories automatically
LEVEL = ../../..
PARALLEL_DIRS :=
# Add special tests for Mips
ifneq (,$(findstring mips16,$(MIPSARCH)))
PARALLEL_DIRS += Mips16
endif
include $(LEVEL)/Makefile.config
include $(LEVEL)/Makefile.programs