mirror of
https://github.com/chipsenkbeil/distant.git
synced 2024-11-18 21:28:24 +00:00
16bed4690b
* Update distant-ssh2 with new changes to wezterm-ssh * Implement lua module (distant-lua) * Implement tests for lua module (distant-lua-tests) * Add untested windows daemon support * distant binary now compiles on windows * Split up Github actions for Windows, MacOS, and Linux into individual yaml files |
||
---|---|---|
.. | ||
.cargo | ||
tests | ||
Cargo.toml | ||
README.md |
Tests for Distant Lua (module)
Contains tests for the distant-lua module. These tests must be in a separate crate due to linking restrictions as described in khvzak/mlua#79.
Tests
You must run these tests from within this directory, not from the root of the repository. Additionally, you must build the Lua module before running these tests!
# From root of repository
(cd distant-lua && cargo build --release)
Running the tests themselves:
# From root of repository
(cd distant-lua-tests && cargo test --release)
License
This project is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE or apache-license) MIT license (LICENSE-MIT or mit-license) at your option.