Implement native TestClient shell
Some checks failed
Native Rust workspace compile / compile (push) Failing after 12m49s
Some checks failed
Native Rust workspace compile / compile (push) Failing after 12m49s
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
fn main() -> std::process::ExitCode {
|
||||
let command_count = libremetaverse_programs::commands::TEST_CLIENT_COMMANDS.len();
|
||||
eprintln!("TestClient command inventory contains {command_count} translated targets");
|
||||
libremetaverse_programs::pending_program("TestClient")
|
||||
libremetaverse_programs::test_client::main_entry()
|
||||
}
|
||||
|
||||
@@ -7,5 +7,6 @@ pub mod osd_inspector;
|
||||
pub mod packet_dump;
|
||||
pub mod prim_inspector;
|
||||
pub mod simple_bot;
|
||||
pub mod test_client;
|
||||
|
||||
pub use libremetaverse::shim::pending_program;
|
||||
|
||||
2502
programs/src/test_client.rs
Normal file
2502
programs/src/test_client.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user