[#355] Add test for arrangement library

This commit is contained in:
Michiel Borkent 2020-04-14 22:24:39 +02:00
parent 31c9481fda
commit a623790443
2 changed files with 6 additions and 0 deletions

View file

@ -946,6 +946,11 @@ A collection of scripts developed by [@justone](https://github.com/justone).
Turn babashka scripts into binaries using GraalVM `native-image`. 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 ## Package babashka script as a AWS Lambda
AWS Lambda runtime doesn't support signals, therefore babashka has to disable AWS Lambda runtime doesn't support signals, therefore babashka has to disable

View file

@ -11,3 +11,4 @@ script/lib_tests/medley_test
script/lib_tests/babashka_curl_test script/lib_tests/babashka_curl_test
script/lib_tests/cprop_test script/lib_tests/cprop_test
script/lib_tests/comb_test script/lib_tests/comb_test
script/lib_tests/arrangement_test