From a62379044372e06a34f6ae4fb7dc043abd7739e8 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Tue, 14 Apr 2020 22:24:39 +0200 Subject: [PATCH] [#355] Add test for arrangement library --- README.md | 5 +++++ script/run_lib_tests | 1 + 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 2584cca6..03c8065e 100644 --- a/README.md +++ b/README.md @@ -946,6 +946,11 @@ A collection of scripts developed by [@justone](https://github.com/justone). Turn babashka scripts into binaries using GraalVM `native-image`. +#### [arrangement](https://github.com/greglook/clj-arrangement) + +A micro-library which provides a total-ordering comparator for Clojure +values. Tested with version `1.2.0`. + ## Package babashka script as a AWS Lambda AWS Lambda runtime doesn't support signals, therefore babashka has to disable diff --git a/script/run_lib_tests b/script/run_lib_tests index aaa56bf3..3130036b 100755 --- a/script/run_lib_tests +++ b/script/run_lib_tests @@ -11,3 +11,4 @@ script/lib_tests/medley_test script/lib_tests/babashka_curl_test script/lib_tests/cprop_test script/lib_tests/comb_test +script/lib_tests/arrangement_test