forked from Rativel/BurritOS
Add tests files
This commit is contained in:
7
test/riscv_instructions/syscall_tests/halt.c
Normal file
7
test/riscv_instructions/syscall_tests/halt.c
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
#include "userlib/syscall.h"
|
||||
|
||||
int main() {
|
||||
Shutdown();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user