diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-04-24 15:32:55 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-04-24 15:35:15 +0300 |
| commit | a8948ed1964033a437933db8c687d8c8e26bde44 (patch) | |
| tree | ff8b31a2155b5360bc94aea44c8bf99394e76efa /.gitmodules | |
| parent | 54294f7c864b9597c3775793015f600b1022594f (diff) | |
fix: move test library to separate project
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
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 |