diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2023-08-28 22:13:21 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2023-08-28 22:13:21 +0300 |
| commit | ae389b9480d46091bfd9b6843aebdc48aa577c16 (patch) | |
| tree | d484cbde3aa9394b8134d40bd55a5bdaaf9bdb17 /utils/run-tests | |
| parent | 3332e86562d9381c5fcf6a6f5205240f5e9d4f39 (diff) | |
Update fennel-test, and add test runner script
Diffstat (limited to 'utils/run-tests')
| -rw-r--r-- | utils/run-tests | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/run-tests b/utils/run-tests new file mode 100644 index 0000000..e70fae1 --- /dev/null +++ b/utils/run-tests @@ -0,0 +1,8 @@ +(local t (require :fennel-test.fennel-test)) + +(local test-modules + [:tests.core + :tests.fn + :tests.macros]) + +(t.run-tests test-modules) |