Skip to content

Commit

Permalink
In CI, check that help message prints without error
Browse files Browse the repository at this point in the history
  • Loading branch information
aswaterman committed Sep 23, 2022
1 parent 2a7c33b commit 1c227a1
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 1c227a1

Please sign in to comment.