-
Notifications
You must be signed in to change notification settings - Fork 0
/
makefile
39 lines (26 loc) · 1000 Bytes
/
makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Unstoppable:
forge test --match-test testExploit --match-contract Unstoppable
NaiveReceiver:
forge test --match-test testExploit --match-contract NaiveReceiver
Truster:
forge test --match-test testExploit --match-contract Truster
SideEntrance:
forge test --match-test testExploit --match-contract SideEntrance
TheRewarder:
forge test --match-test testExploit --match-contract TheRewarder
Selfie:
forge test --match-test testExploit --match-contract Selfie
Compromised:
forge test --match-test testExploit --match-contract Compromised
Puppet:
forge test --match-test testExploit --match-contract Puppet$
PuppetV2:
forge test --match-test testExploit --match-contract PuppetV2
FreeRider:
forge test --match-test testExploit --match-contract FreeRider
Backdoor:
forge test --match-test testExploit --match-contract Backdoor
Climber:
forge test --match-test testExploit --match-contract Climber
JuniorMiners:
forge test --match-test testExploit --match-contract JuniorMiners