From ae389b9480d46091bfd9b6843aebdc48aa577c16 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Mon, 28 Aug 2023 22:13:21 +0300 Subject: Update fennel-test, and add test runner script --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1a879be..4888419 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,15 @@ Documentation is auto-generated with [Fenneldoc](https://gitlab.com/andreyorst/f Please make sure you've read [contribution guidelines][2]. -In order to work on the library, edit the `src/cljlib.fnl` file, then run the `build.fnl` script to produce a self-contained version of the library. +In order to work on the library, edit the `src/cljlib.fnl` file, then run the following command in the project root: -Tests can be ran with + fennel utils/build - for test in tests/*.fnl; do fennel --metadata $test; done +This produces a self-contained version of the library with all dependencies properly included. + +Tests can be ran with: + + fennel utils/run-tests [1]: https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/cljlib.fnl [2]: https://gitlab.com/andreyorst/fennel-cljlib/-/tree/master/CONTRIBUTING.md -- cgit v1.2.3