Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 7a69557

Browse files
committed
common-apps: -dumpspecs with count lines
1 parent eced326 commit 7a69557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/common-apps-functions-source.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,7 @@ function test_gcc()
10631063
run_app "${TEST_BIN_PATH}/${GCC_TARGET}-gcc" -print-multi-lib
10641064
run_app "${TEST_BIN_PATH}/${GCC_TARGET}-gcc" -print-multi-lib | wc -l | sed -e 's| ||g'
10651065
run_app "${TEST_BIN_PATH}/${GCC_TARGET}-gcc" -dumpspecs
1066+
run_app "${TEST_BIN_PATH}/${GCC_TARGET}-gcc" -dumpspecs | wc -l | sed -e 's| ||g'
10661067

10671068
local tmp=$(mktemp /tmp/gcc-test.XXXXX)
10681069
rm -rf "${tmp}"

0 commit comments

Comments
 (0)