Implement native VivoxTest validation (#95)
Some checks failed
Native code generation / deterministic (push) Failing after 2m19s
Imaging and meshing gate / native (push) Failing after 4m24s
JPEG 2000 feature / linux (push) Successful in 2m50s
Native Rust workspace compile / compile (push) Failing after 15m31s
Skia feature / linux (push) Successful in 31m51s
Some checks failed
Native code generation / deterministic (push) Failing after 2m19s
Imaging and meshing gate / native (push) Failing after 4m24s
JPEG 2000 feature / linux (push) Successful in 2m50s
Native Rust workspace compile / compile (push) Failing after 15m31s
Skia feature / linux (push) Successful in 31m51s
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fn main() -> std::process::ExitCode {
|
||||
libremetaverse_programs::pending_program("VivoxTest")
|
||||
libremetaverse_programs::vivox_test::main_entry()
|
||||
}
|
||||
|
||||
@@ -8,5 +8,6 @@ pub mod packet_dump;
|
||||
pub mod prim_inspector;
|
||||
pub mod simple_bot;
|
||||
pub mod test_client;
|
||||
pub mod vivox_test;
|
||||
|
||||
pub use libremetaverse::shim::pending_program;
|
||||
|
||||
1084
programs/src/vivox_test.rs
Normal file
1084
programs/src/vivox_test.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user