Skip to content

Commit

Permalink
Adding a script to compile SolanaTBTC contract and run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed Jul 7, 2023
1 parent 1afd002 commit 6364e4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cross-chain/solana/runTests.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
rm -rf SolanaTBTC.json
rm -rf SolanaTBTC.so

solang compile -v --target solana SolanaTBTC.sol

yarn test

0 comments on commit 6364e4a

Please sign in to comment.