Commit 608f4cde authored by ZongzhenYang's avatar ZongzhenYang
Browse files

submit

No related merge requests found
Showing with 5 additions and 5 deletions
+5 -5
......@@ -25,11 +25,11 @@ __attribute__((section(".startup")))
void main() {
memuse();
// printf("hello world %d\n", 123);
// run(fs_testcase);
// run(proc_testcase);
// run(mm_testcase);
// run(other_testcase);
run(prog_name);
run(fs_testcase);
run(proc_testcase);
run(mm_testcase);
run(other_testcase);
// run(prog_name);
memuse();
for(;;);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment