@ -11,4 +11,4 @@
:failed: 0
:ignored: 0
:stdout: []
:time: 0.0162731000000349
:time: 0.016199899999946865
@ -0,0 +1,18 @@
---
:source:
:path: test
:file: test_quizduell.c
:successes:
- :test: test_erstelleFrage
:line: 11
:message: ''
:unity_test_time: 0
:failures: []
:ignores: []
:counts:
:total: 1
:passed: 1
:time: 0.0318529999999555
:time: 0.016043299999864757
:time: 0.01590089999990596
:time: 0.016211100000191436
:time: 0.016400100000055318
@ -93,6 +93,13 @@ void quizduell() {
}
if (auswahlIndex != -1 && kategorien[auswahlIndex].fragen != NULL) {
int punkte = spieleKategorie(&kategorien[auswahlIndex]);
printf("\nPoints in this category: %d\n", punkte);
befreieKategorie(&kategorien[auswahlIndex]);
return;