[test-suite] r343651 - CTMark: Copy lit.local.cfg
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 2 17:46:02 PDT 2018
Author: matze
Date: Tue Oct 2 17:46:02 2018
New Revision: 343651
URL: http://llvm.org/viewvc/llvm-project?rev=343651&view=rev
Log:
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".
Added:
test-suite/trunk/CTMark/lit.local.cfg
Modified:
test-suite/trunk/CTMark/CMakeLists.txt
Modified: test-suite/trunk/CTMark/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/CTMark/CMakeLists.txt?rev=343651&r1=343650&r2=343651&view=diff
==============================================================================
--- test-suite/trunk/CTMark/CMakeLists.txt (original)
+++ test-suite/trunk/CTMark/CMakeLists.txt Tue Oct 2 17:46:02 2018
@@ -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}")
Added: test-suite/trunk/CTMark/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/CTMark/lit.local.cfg?rev=343651&view=auto
==============================================================================
--- test-suite/trunk/CTMark/lit.local.cfg (added)
+++ test-suite/trunk/CTMark/lit.local.cfg Tue Oct 2 17:46:02 2018
@@ -0,0 +1 @@
+config.traditional_output = True
More information about the llvm-commits
mailing list