blob: 8fa46eaecdc32be4410e466dab00525d811b233c [file] [edit]
# 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