summaryrefslogtreecommitdiff
path: root/cpio
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@acm.org>2016-10-23 16:23:04 -0700
committerTim Kientzle <kientzle@acm.org>2016-10-23 16:23:04 -0700
commita7e130aa3294d07f8b8a56659903b495966a431c (patch)
treea39f243320c59fc150f3b2239450a9bc72f2c387 /cpio
parentb960225b84cf2260e3d4e819799fa1a6819ff271 (diff)
downloadlibarchive-a7e130aa3294d07f8b8a56659903b495966a431c.tar.gz
Make test output more verbose on Windows
Diffstat (limited to 'cpio')
-rw-r--r--cpio/test/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpio/test/CMakeLists.txt b/cpio/test/CMakeLists.txt
index e3063ee9..8ffb5427 100644
--- a/cpio/test/CMakeLists.txt
+++ b/cpio/test/CMakeLists.txt
@@ -91,7 +91,8 @@ IF(ENABLE_CPIO AND ENABLE_TEST)
# Experimental new test handling
ADD_CUSTOM_TARGET(run_bsdcpio_test
COMMAND bsdcpio_test -p $<TARGET_FILE:bsdcpio>
- -r ${CMAKE_CURRENT_SOURCE_DIR})
+ -r ${CMAKE_CURRENT_SOURCE_DIR}
+ -vv)
ADD_DEPENDENCIES(run_bsdcpio_test bsdcpio)
ADD_DEPENDENCIES(run_all_tests run_bsdcpio_test)
ENDIF(ENABLE_CPIO AND ENABLE_TEST)