aboutsummaryrefslogtreecommitdiff
path: root/cfg/jobs/acl2-theorems.run
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/jobs/acl2-theorems.run')
-rwxr-xr-xcfg/jobs/acl2-theorems.run5
1 files changed, 5 insertions, 0 deletions
diff --git a/cfg/jobs/acl2-theorems.run b/cfg/jobs/acl2-theorems.run
new file mode 100755
index 0000000..9df1723
--- /dev/null
+++ b/cfg/jobs/acl2-theorems.run
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+for path in $(find -type f -name '*.lisp'); do
+ laminarc run acl2-verify path="$path"
+done