Skip to content

Commit 7668b41

Browse files
authored
Merge pull request #1094 from riscv-software-src/ci-help
In CI, check that help message prints without error
2 parents 2a7c33b + 1c227a1 commit 7668b41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci-tests/test-spike

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ mkdir install
99
CFLAGS="-Werror" $DIR/../configure --prefix=`pwd`/install
1010
make -j4
1111
make install
12+
13+
# check that help message prints without error
14+
install/bin/spike -h

0 commit comments

Comments
 (0)