6 lines
90 B
Bash
Executable file
6 lines
90 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source ../common.sh
|
|
|
|
compile_lean
|
|
exec_check "./$f.out"
|
|
diff_produced
|