3 Commits

Author SHA1 Message Date
stubbfel
45ba80e18a add Readme 2018-09-06 22:52:37 +02:00
stubbfel
82048f400e refactor output function to test_session_control_block 2018-04-05 22:41:28 +02:00
stubbfel
da73be8de4 add submodules 2018-03-09 00:08:55 +01:00
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "lib/Unity"]
path = lib/Unity
url = gitea@gitea.stubbe.rocks:3rd-party/Unity.git
url = https://github.com/ThrowTheSwitch/Unity.git

View File

@@ -48,4 +48,4 @@ int module_init(void) {
return -result;
}
```
For running tests it can also use the [KUnity-Test-Runner-Module](/kttd/KUnity-Test-Runner-Module)
For running tests it can also use the [KUnity-Test-Runner-Module](https://github.com/stubbfel/KUnity-Test-Runner-Module)