> compile NEMU

ysyx_22040000 李心杨
Linux calcite 6.1.69 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 20 16:00:29 UTC 2023 x86_64 GNU/Linux
 03:18:57  up 1 day  3:34,  2 users,  load average: 0.61, 0.52, 0.55
This commit is contained in:
tracer-ysyx 2024-01-13 03:18:57 +08:00 committed by xinyangli
parent 91370f0e4d
commit f1bbfbbfc5

View file

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