Skip to content

Commit

Permalink
Merge pull request #1094 from riscv-software-src/ci-help
Browse files Browse the repository at this point in the history
In CI, check that help message prints without error
  • Loading branch information
aswaterman committed Sep 23, 2022
2 parents 2a7c33b + 1c227a1 commit 7668b41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci-tests/test-spike
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ mkdir install
CFLAGS="-Werror" $DIR/../configure --prefix=`pwd`/install
make -j4
make install

# check that help message prints without error
install/bin/spike -h

0 comments on commit 7668b41

Please sign in to comment.