aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2018-10-03 00:46:02 +0000
committerMatthias Braun <matze@braunis.de>2018-10-03 00:46:02 +0000
commitd55770cfba85577124d8c270acc23d0420bcf4c3 (patch)
tree43289ea295f25914821ce6687da56068a9673539
parent08916e31d1db67cfe5d83ecc6fd1f1aa5b48332b (diff)
CTMark: Copy lit.local.cfg
Running the benchmarks (as opposed to just compiling them) didn't work without a lit.local.cfg file switching the mode to "traditional_output". git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@343651 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CTMark/CMakeLists.txt2
-rw-r--r--CTMark/lit.local.cfg1
2 files changed, 3 insertions, 0 deletions
diff --git a/CTMark/CMakeLists.txt b/CTMark/CMakeLists.txt
index f112721b..96972d6a 100644
--- a/CTMark/CMakeLists.txt
+++ b/CTMark/CMakeLists.txt
@@ -8,3 +8,5 @@ add_subdirectory(ClamAV)
add_subdirectory(sqlite3)
add_subdirectory(consumer-typeset)
add_subdirectory(mafft)
+
+file(COPY lit.local.cfg DESTINATION "${CMAKE_CURRENT_BINARY_DIR}")
diff --git a/CTMark/lit.local.cfg b/CTMark/lit.local.cfg
new file mode 100644
index 00000000..d7f981ab
--- /dev/null
+++ b/CTMark/lit.local.cfg
@@ -0,0 +1 @@
+config.traditional_output = True