diff options
| author | Syndamia <kamen@syndamia.com> | 2024-01-07 10:05:26 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-01-07 10:05:26 +0200 |
| commit | f5adcdd552f743d372a62a4c30184c4c8cd98cfd (patch) | |
| tree | d5978223568462a165b1fc3e9cbd66dad3ff8b80 /.gitmodules | |
| parent | de36da78460442c8a7e1079d4c23cc02a77d11a3 (diff) | |
| download | pico-web-f5adcdd552f743d372a62a4c30184c4c8cd98cfd.tar pico-web-f5adcdd552f743d372a62a4c30184c4c8cd98cfd.tar.gz pico-web-f5adcdd552f743d372a62a4c30184c4c8cd98cfd.zip | |
(tests) Started work on unit tests
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 071acbc..3120806 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "src/sds"] path = src/sds url = https://github.com/antirez/sds.git +[submodule "tests/Unity"] + path = tests/Unity + url = https://github.com/ThrowTheSwitch/Unity.git |
