aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 474ba2ebb5..2dd1423005 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 )
+LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx | grep -v calltest )
test all : testasmdis testopt testcodegen