aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 09:50:18 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 09:50:18 +0000
commit6530e9d8e6dfc8f16fe509701967e4ade99fae6c (patch)
treeaf61ddf0736d77c70421a9b4366a923030b23204 /test
parentfdd7c6babfe2c77f015d491c7d571a9c098ae5d3 (diff)
downloadexternal_llvm-6530e9d8e6dfc8f16fe509701967e4ade99fae6c.zip
external_llvm-6530e9d8e6dfc8f16fe509701967e4ade99fae6c.tar.gz
external_llvm-6530e9d8e6dfc8f16fe509701967e4ade99fae6c.tar.bz2
Add explicit --enable-bindings option to configure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index a09f55d..d1e9fba 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -34,9 +34,7 @@ ifndef RUNLLVM2CPP
IGNORE_TESTS += llvm2cpp.exp
endif
-ifndef OCAMLC
-IGNORE_TESTS += ocaml.exp
-endif
+IGNORE_TESTS += $(filter-out $(BINDINGS_TO_BUILD:=.exp),$(ALL_BINDINGS:=.exp))
ifdef IGNORE_TESTS
RUNTESTFLAGS += --ignore "$(strip $(IGNORE_TESTS))"