diff --git a/test/Makefile b/test/Makefile index 1370e2d04c5..668c94bea13 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,10 +1,12 @@ +default: testcodegen + LLC := ../tools/Debug/llc AS := ../tools/Debug/as -LLCOPTS := -dsched t +LLCOPTS := -dsched y TESTS := $(wildcard *.ll) -LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray | grep -v globalvars) +LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray ) test all : testasmdis testopt testcodegen @@ -37,5 +39,5 @@ clean : %.mc: %.ll $(LLC) $(AS) @echo "Generating machine instructions for $<" - $(AS) < $< | $(LLC) -dsched=t > $@ + $(AS) < $< | $(LLC) $(LLCOPTS) > $@ diff --git a/test/inssel1.ll b/test/inssel1.ll deleted file mode 100644 index 58aa6343465..00000000000 --- a/test/inssel1.ll +++ /dev/null @@ -1,8 +0,0 @@ -implementation - -void "foo"(int * %x, int * %y) -begin -;