Add a test for the 'init' option property.
[oota-llvm.git] / test / Makefile.tests
index b46b96da3601c7c5f27dfbe86e00b2ca3c503061..90e9f2c70574dc9c668819bf47b4e13ab4310438 100644 (file)
@@ -37,7 +37,6 @@ endif
 LCCFLAGS  += -O2 -Wall
 LCXXFLAGS += -O2 -Wall
 LLCFLAGS =
-FAILURE  = $(LLVM_SRC_ROOT)/test/Failure.sh
 TESTRUNR = @echo Running test: $<; \
              PATH="$(LLVMTOOLCURRENT):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH)" \
                   $(LLVM_SRC_ROOT)/test/TestRunner.sh
@@ -70,7 +69,7 @@ Output/%.bc: Output/%.ll $(LGCCAS)
 # LLVM source, use the non-transforming assembler.
 #
 Output/%.bc: %.ll $(LLVMAS) Output/.dir
-       -$(LLVMAS) -f $< -o $@
+       -$(LLVMAS) $< -o $@
 
 ## Cancel built-in implicit rules that override above rules
 %: %.s