> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.1.71 #1-NixOS SMP PREEMPT_DYNAMIC Fri Jan 5 14:18:41 UTC 2024 x86_64 GNU/Linux 23:21:37 up 2 days 12:16, 2 users, load average: 0.25, 0.31, 0.35
This commit is contained in:
parent
3f9d84b539
commit
0436356a3b
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ int main(void) {
|
||||||
s = expr_suite();
|
s = expr_suite();
|
||||||
sr = srunner_create(s);
|
sr = srunner_create(s);
|
||||||
|
|
||||||
srunner_run_all(sr, CK_NORMAL);
|
srunner_run_all(sr, CK_VERBOSE);
|
||||||
number_failed = srunner_ntests_failed(sr);
|
number_failed = srunner_ntests_failed(sr);
|
||||||
srunner_free(sr);
|
srunner_free(sr);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue