diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 01:41:47 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 01:41:47 +0000 |
commit | 0b88ed9dece0e73380d7ec58f24f8ff0c7eeb478 (patch) | |
tree | 3a7f136c7ec4a19d8a35453f14db723cd835490e /test/Makefile | |
parent | 840a718105b5792d442af5f9acd08501c1ae469f (diff) | |
download | external_llvm-0b88ed9dece0e73380d7ec58f24f8ff0c7eeb478.zip external_llvm-0b88ed9dece0e73380d7ec58f24f8ff0c7eeb478.tar.gz external_llvm-0b88ed9dece0e73380d7ec58f24f8ff0c7eeb478.tar.bz2 |
Switch Ocaml to use llvm_supports_binding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81665 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 1b3c866..9db85c5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -52,8 +52,6 @@ ifndef RUNLLVM2CPP IGNORE_TESTS += llvm2cpp.exp endif -IGNORE_TESTS += $(filter-out $(BINDINGS_TO_BUILD:=.exp),$(ALL_BINDINGS:=.exp)) - ifdef IGNORE_TESTS RUNTESTFLAGS += --ignore "$(strip $(IGNORE_TESTS))" endif |