diff options
| author | Syndamia <kamen@syndamia.com> | 2024-01-07 12:35:56 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-01-07 12:35:56 +0200 |
| commit | 43de4b0bfa52a7b3bf6b92df344bd76a97200e18 (patch) | |
| tree | a1afbc56e524b7a87c9091e6fd0a01f4c5641472 /.gitmodules | |
| parent | f5adcdd552f743d372a62a4c30184c4c8cd98cfd (diff) | |
| download | pico-web-43de4b0bfa52a7b3bf6b92df344bd76a97200e18.tar pico-web-43de4b0bfa52a7b3bf6b92df344bd76a97200e18.tar.gz pico-web-43de4b0bfa52a7b3bf6b92df344bd76a97200e18.zip | |
(tests) Setup mocking, everything is now ready for tests
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3120806..1cf4e4e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "tests/Unity"] path = tests/Unity url = https://github.com/ThrowTheSwitch/Unity.git +[submodule "tests/CMock"] + path = tests/CMock + url = https://github.com/ThrowTheSwitch/CMock.git |
