mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 18:48:13 +00:00
Enable most tests.
llvm-svn: 797
This commit is contained in:
parent
c3cdcdcb43
commit
167f77cf9e
@ -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