mirror of https://github.com/crytic/slither
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
228 B
12 lines
228 B
4 years ago
|
#!/usr/bin/env bash
|
||
|
|
||
|
source "$(dirname "$0")""/ci_test.sh"
|
||
|
|
||
|
solc use "0.6.11"
|
||
|
|
||
|
# Be sure that only one of the following line is uncommented before running the script
|
||
|
|
||
|
|
||
|
#generate_expected_json tests/filename.sol "detector_name"
|
||
|
|