diff options
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 3d7b5f2f06..a6241ac75e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 |