aboutsummaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2011-12-16 13:09:10 +0000
committerManuel Klimek <klimek@google.com>2011-12-16 13:09:10 +0000
commit76f13017fc67b35f10b61e05c13f3643b714fccf (patch)
treeedbd357bc27be562fbd44b9114dae1bd99c1e40f /test/CMakeLists.txt
parentdb21f4c187816b03d7b30d0d238f71cbd8a0a9a7 (diff)
downloadexternal_llvm-76f13017fc67b35f10b61e05c13f3643b714fccf.zip
external_llvm-76f13017fc67b35f10b61e05c13f3643b714fccf.tar.gz
external_llvm-76f13017fc67b35f10b61e05c13f3643b714fccf.tar.bz2
Adds a JSON parser and a benchmark (json-bench) to catch performance regressions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index cbad83c..89e8103 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -77,5 +77,5 @@ add_dependencies(check.deps
BugpointPasses LLVMHello
llc lli llvm-ar llvm-as llvm-dis llvm-extract llvm-dwarfdump
llvm-ld llvm-link llvm-mc llvm-nm llvm-objdump macho-dump opt
- FileCheck count not)
+ FileCheck count not json-bench)
set_target_properties(check.deps PROPERTIES FOLDER "Tests")