You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
distant/distant-lua-tests
Chip Senkbeil 788fa48e96
Several core and lua enhancements
1. Implement system_info and spawn_wait for lua session
2. Implement wait and output for remote process
3. Switch mlua to git latest
4. Update core data error to be error type with io error conversions
5. Add proper error reporting when process gets an error response
6. Update lua launch and connect options to have defaults
3 years ago
..
.cargo Add lua lib & support compiling distant cli on windows (#59) 3 years ago
tests Several core and lua enhancements 3 years ago
Cargo.toml Several core and lua enhancements 3 years ago
README.md Add lua lib & support compiling distant cli on windows (#59) 3 years ago

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.