You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run forge test -vvvvv --via-ir
I run into -
Compiler run failed:
Error (6275): Source "lib/foundry-random/src/ISimpleEscrow.sol" not found: File not found. Searched the following locations: "/home/ubuntu/Work Folder/Escrow/EscrowSimple/contractsEscrow".
ParserError: Source "lib/foundry-random/src/ISimpleEscrow.sol" not found: File not found. Searched the following locations: "/home/ubuntu/Work Folder/Escrow/EscrowSimple/contractsEscrow".
--> src/SimpleEscrow.sol:4:1:
|
4 | import './ISimpleEscrow.sol';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (6275): Source "lib/foundry-random/src/SimpleEscrow.sol" not found: File not found. Searched the following locations: "/home/ubuntu/Work Folder/Escrow/EscrowSimple/contractsEscrow".
ParserError: Source "lib/foundry-random/src/SimpleEscrow.sol" not found: File not found. Searched the following locations: "/home/ubuntu/Work Folder/Escrow/EscrowSimple/contractsEscrow".
--> test/SimpleEscrow.t.sol:7:1:
|
7 | import "../src/SimpleEscrow.sol";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error:
Compilation failed
My project structure
My
remappings.txt
When I run
forge test -vvvvv --via-ir
I run into -
My
foundry.toml
Edited to include correct project structure and
foundry.toml
The text was updated successfully, but these errors were encountered: