Files
MuditaOS/.gitmodules
Marcin Smoczyński a9cb37d7f4 tests: add proper catch2 handling
Add proper catch2 support:
 - add catch2 as a submodule
 - add cmake function to add test easily
 - discover each test in test binary
 - remove copies of catch.hpp
 - do not try to process tests for rt1051

Do not test internals of utf8, only public interface (nasty bugs could
occur otherwise).

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2020-06-24 10:38:14 +02:00

46 lines
1.2 KiB
Plaintext

[submodule "module-bluetooth/lib/btstack"]
path = module-bluetooth/lib/btstack
url = ../btstack-bluetopia.git
shallow = true
[submodule "module-lwip/lib/lwip"]
path = module-lwip/lib/lwip
url = ../lwip.git
shallow = true
[submodule "module-utils/tinyfsm"]
path = module-utils/tinyfsm
url = https://github.com/digint/tinyfsm.git
[submodule "module-utils/microtar"]
path = module-utils/microtar
url = ../microtar.git
[submodule "module-utils/segger"]
path = module-utils/segger
url = ../segger-utils.git
[submodule "module-utils/crc32"]
path = module-utils/crc32
url = ../crc32
[submodule "module-utils/sbini"]
path = module-utils/sbini
url = ../sbini
[submodule "module-utils/re2"]
path = module-utils/re2
url = ../re2.git
branch = rt1051
shallow = true
[submodule "module-utils/protobuf"]
path = module-utils/protobuf
url = ../protobuf.git
branch = rt1051
shallow = true
[submodule "module-utils/libphonenumber"]
path = module-utils/libphonenumber
url = ../libphonenumber.git
branch = rt1051
shallow = true
[submodule "test/googletest"]
path = test/googletest
url = https://github.com/google/googletest
branch = 703bd9caab50b139428cea1aaff9974ebee5742e
[submodule "test/Catch2"]
path = test/Catch2
url = https://github.com/catchorg/Catch2