Install Sable from path provided with --sable-bin

This commit is contained in:
2023-09-08 21:00:11 +02:00
parent 3d75d45265
commit fbe2cd6951
7 changed files with 107 additions and 0 deletions

9
project.clj Normal file
View File

@ -0,0 +1,9 @@
(defproject jable "0.1.0-SNAPSHOT"
:description "Jepsen tests for the Sable IRCd"
:url "https://git.tf/val/jable/"
:license {:name "AGPL-3.0-only"
:url "https://www.gnu.org/licenses/agpl-3.0.txt"}
:dependencies [[org.clojure/clojure "1.11.1"]
[jepsen "0.3.3"]]
:repl-options {:init-ns jable.core}
:main jable.cli)