mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-29 19:53:45 -05:00
Make ctest run un verbose mode.
This commit is contained in:
committed by
TheAssassin
parent
172db51186
commit
7e4a320f61
@@ -15,7 +15,7 @@ add_subdirectory(lib)
|
||||
add_subdirectory(src)
|
||||
|
||||
option(BUILD_TEST "Build the tests" ON)
|
||||
if(PACKAGE_TESTS)
|
||||
if(BUILD_TEST)
|
||||
enable_testing()
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
@@ -40,7 +40,7 @@ cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
make -j$(nproc)
|
||||
|
||||
## Run Unit Tests
|
||||
ctest
|
||||
ctest -V
|
||||
|
||||
# args are used more than once
|
||||
LINUXDEPLOY_ARGS=("--appdir" "AppDir" "-e" "bin/linuxdeploy" "-i" "$REPO_ROOT/resources/linuxdeploy.png" "--create-desktop-file" "-e" "/usr/bin/patchelf" "-e" "/usr/bin/strip")
|
||||
|
||||
Reference in New Issue
Block a user