From 8b793fe457bad583213735d49fed4f78995732f2 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 31 Jul 2021 22:39:04 +0900 Subject: Add `acl2-theorems` job. --- cfg/jobs/acl2-theorems.run | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 cfg/jobs/acl2-theorems.run (limited to 'cfg/jobs/acl2-theorems.run') 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 -- cgit v1.2.3