From 1c12f2a7fcf9bf809b4be7a3b60917ee422730af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Fri, 6 Jan 2023 11:08:24 -0300 Subject: [PATCH] tests: source_unit: add missing foundry submodule --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100755 index 000000000..f2ce479c6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "tests/source_unit/lib/forge-std"] + path = tests/source_unit/lib/forge-std + url = https://github.com/foundry-rs/forge-std + branch = v1.2.0