blob: 4e501d8cd391532f8410964fd53c95c4f222f865 [file] [log] [blame]
##===- TEST.fourway.Makefile -------------------------------*- Makefile -*-===##
#
# This test tries running the gcc and llvm-gcc compilers on all of the programs
# with and without debuginfo and reports on compile time.
#
##===----------------------------------------------------------------------===##
include $(LEVEL)/fourway.Makefile
$(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
test.$(TEST).%: $(LLVMGCC) $(LLVMGXX) \
Output/%.report.$(TEST).txt \
Output/%.gcc.nodebug.time \
Output/%.gcc.debug.time \
Output/%.llvmgcc.nodebug.time \
Output/%.llvmgcc.debug.time
@-cat Output/$*.gcc.nodebug.time
@-cat Output/$*.gcc.debug.time
@-cat Output/$*.llvmgcc.nodebug.time
@-cat Output/$*.llvmgcc.debug.time