diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-31 23:33:37 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-07-31 23:33:51 +0900 |
commit | f515370c1e184e543d747ff1daed2901e90124dc (patch) | |
tree | afa1378e625a0c1788010d8027ab2caa40a4274a | |
parent | 5f2ad2cda5ba9aae782fe7f6e7b72febebf06627 (diff) |
acl2-theorems: Add messages.
-rwxr-xr-x | jobs/acl2-theorems.run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jobs/acl2-theorems.run b/jobs/acl2-theorems.run index 04ed3a3..3f64c31 100755 --- a/jobs/acl2-theorems.run +++ b/jobs/acl2-theorems.run @@ -2,5 +2,8 @@ set -euo pipefail for path in $(find -type f -name '*.lisp'); do + printf "%s:\n " "$path" laminarc run acl2-verify path="$(pwd)/$path" done + +echo 'Verified all files!' |