Skip to content

Commit 1d3aacc

Browse files
committed
[testing][coverage] Add Path coverage in gcc
- NDC TechTown 2024 - Jørgen Kvalsvik
1 parent 490eadc commit 1d3aacc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

testing.md

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ See also:
2626
- [Coverage](#coverage):
2727
- [Readings](https://github.com/MattPD/cpplinks/blob/master/testing.md#coverage-readings)
2828
- [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)
2930
- [Mutation](https://github.com/MattPD/cpplinks/blob/master/testing.md#coverage-mutation): Mutation Analysis, Mutation Coverage, Mutation Testing
3031
- [Readings](https://github.com/MattPD/cpplinks/blob/master/testing.md#coverage-mutation-readings)
3132
- [Software](https://github.com/MattPD/cpplinks/blob/master/testing.md#coverage-mutation-software)
@@ -582,6 +583,13 @@ See also:
582583
- TestCov: Test execution, coverage measurement, and test-suite reduction
583584
- https://gitlab.com/sosy-lab/software/test-suite-validator
584585

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+
585593
## Coverage: Mutation
586594

587595
Mutation Analysis, Mutation Coverage, Mutation Testing

0 commit comments

Comments
 (0)