mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +00:00
Enable most tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@797 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b40acbe8c2
commit
519c6fc354
@ -10,7 +10,7 @@ CCFLAGS = -g $(ARCHFLAGS)
|
||||
|
||||
TESTS := $(wildcard *.ll)
|
||||
|
||||
LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx.ll | grep -v select.ll )
|
||||
LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx )
|
||||
|
||||
|
||||
test all : testasmdis testopt testcodegen
|
||||
|
Loading…
Reference in New Issue
Block a user