blob: 6edd6809b87328b23130f28c4d587c92c43b8e13 [file] [log] [blame]
# MultiSource/UnitTests/Float Makefile: Build all subdirectories automatically
LEVEL = ../../..
PARALLEL_DIRS :=
# Tests in 'rounding' can run only if the target implements builtin functions
# for rounding mode manipulation.
ifneq (,$(filter $(ARCH), X86_64 AArch64))
PARALLEL_DIRS += rounding
endif
include $(LEVEL)/Makefile.config
include $(LEVEL)/Makefile.programs