huff-language / huff-project-template

Foundry Repository Template that supports writing contracts in Huff using the foundry-huff library.
The Unlicense
212 stars 45 forks source link

OS error when running tests on the console #12

Closed nicobevilacqua closed 1 year ago

nicobevilacqua commented 1 year ago

I'm having an error on the console when I try to run the test calling forge test.

Running 1 test for test/SimpleStore.t.sol:SimpleStoreTest
[FAIL. Reason: Setup failed: Failed to execute command: No such file or directory (os error 2)] setUp() (gas: 0)
Test result: FAILED. 0 passed; 1 failed; finished in 1.16s

Any idea about what I'm doing wrong?

nicobevilacqua commented 1 year ago

sorry, I didn't install the compiler on my machine. My bad