blob: 88a0c17e5ff60ea6cc81c67d8b28aaa643e11a1e [file] [log] [blame]
# SingleSource/UnitTests/Makefile
LEVEL = ../..
include $(LEVEL)/Makefile.config
DIRS := SetjmpLongjmp
# llvm-gcc3 does not support any vector tests.
ifneq ($(LLVMGCC_MAJVERS),3)
DIRS += Vector
endif
include $(LEVEL)/SingleSource/Makefile.singlesrc