Browse Source

Merge pull request #1094 from riscv-software-src/ci-help

In CI, check that help message prints without error
pull/1096/head dummy-tag-for-ci-storage
Andrew Waterman 4 years ago
committed by GitHub
parent
commit
7668b414bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      ci-tests/test-spike

3
ci-tests/test-spike

@ -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

Loading…
Cancel
Save