Skip to content

Commit

Permalink
Add chipsalliance/sv-tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kroening committed Jan 17, 2025
1 parent f6c38d9 commit 14d199d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/chipsalliance-sv-tests/sv-tests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh

# abort on error
set -e

# clone sv-tests repo if not done yet
if [ ! -e sv-tests/.git ] ; then
git clone https://github.com/chipsalliance/sv-tests
git checkout cbe02cf550b1345f5b75fee0c85145b1b68f379e
fi

cd sv-tests

0 comments on commit 14d199d

Please sign in to comment.