diff options
-rwxr-xr-x | jobs/acl2-theorems.run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jobs/acl2-theorems.run b/jobs/acl2-theorems.run index 8bbcabc..0f6bf6c 100755 --- a/jobs/acl2-theorems.run +++ b/jobs/acl2-theorems.run @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -euo pipefail +echo for path in $(find -type f -name '*.lisp'); do printf "%s\n " "${path#./}" laminarc run acl2-verify path="$(pwd)/$path" |