feat: add lab-rv32i-c-smalloc-sbrk-libc card
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
set -eu
|
||||
|
||||
script_dir=$(CDPATH= cd "$(dirname "$0")" && pwd)
|
||||
repo_root=$(CDPATH= cd "$script_dir/.." && pwd)
|
||||
|
||||
exec make -C "$repo_root" full-check
|
||||
|
||||
Reference in New Issue
Block a user