From a8948ed1964033a437933db8c687d8c8e26bde44 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Sat, 24 Apr 2021 15:32:55 +0300 Subject: fix: move test library to separate project --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a7b93c6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "fennel-test"] + path = fennel-test + url = https://gitlab.com/andreyorst/fennel-test.git + branch = v0.0.1 -- cgit v1.2.3