> 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:
tracer-ysyx 2024-01-15 23:21:37 +08:00 committed by xinyangli
parent 3f9d84b539
commit 0436356a3b

View file

@ -219,7 +219,7 @@ int main(void) {
s = expr_suite();
sr = srunner_create(s);
srunner_run_all(sr, CK_NORMAL);
srunner_run_all(sr, CK_VERBOSE);
number_failed = srunner_ntests_failed(sr);
srunner_free(sr);