File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ See also:
26
26
- [ Coverage] ( #coverage ) :
27
27
- [Readings](https://github.com/MattPD/cpplinks/blob/master/testing.md#coverage-readings)
28
28
- [Software](https://github.com/MattPD/cpplinks/blob/master/testing.md#coverage-software)
29
+ - [Talks](https://github.com/MattPD/cpplinks/blob/master/testing.md#coverage-talks)
29
30
- [Mutation](https://github.com/MattPD/cpplinks/blob/master/testing.md#coverage-mutation): Mutation Analysis, Mutation Coverage, Mutation Testing
30
31
- [Readings](https://github.com/MattPD/cpplinks/blob/master/testing.md#coverage-mutation-readings)
31
32
- [Software](https://github.com/MattPD/cpplinks/blob/master/testing.md#coverage-mutation-software)
@@ -582,6 +583,13 @@ See also:
582
583
- TestCov: Test execution, coverage measurement, and test-suite reduction
583
584
- https://gitlab.com/sosy-lab/software/test-suite-validator
584
585
586
+ ## Coverage: Talks
587
+
588
+ - Path coverage in gcc
589
+ - NDC TechTown 2024
590
+ - Jørgen Kvalsvik
591
+ - https://www.youtube.com/watch?v=kkAsakZCCAY
592
+
585
593
## Coverage: Mutation
586
594
587
595
Mutation Analysis, Mutation Coverage, Mutation Testing
You can’t perform that action at this time.
0 commit comments