mirror of
https://github.com/logos-messaging/logos-delivery-rlnv2-contract.git
synced 2026-06-07 13:49:30 +00:00
fix: run and cleanup scripts for echidna
This commit is contained in:
parent
f735f68b5b
commit
d7856103a0
5
echidna_cleanup.sh
Executable file
5
echidna_cleanup.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
rm -rf corpus
|
||||
rm -f covered*.txt
|
||||
rm -rf .crytic/
|
||||
echo "Echidna artifacts cleaned up."
|
||||
2
run_echidna_tests.sh
Executable file
2
run_echidna_tests.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
echidna test/EchidnaTest.t.sol --contract EchidnaTest --config echidna.config.yaml
|
||||
Loading…
x
Reference in New Issue
Block a user