cubeb-coreaudio-rs/run_tests.sh

16 строки
715 B
Bash
Исходник Обычный вид История

# Regular Tests
cargo test --verbose
cargo test test_configure_input -- --ignored --skip test_configure_input_with_zero_latency_frames
cargo test test_configure_output -- --ignored --skip test_configure_output_with_zero_latency_frames
cargo test test_aggregate -- --ignored --test-threads 1
cargo test test_create_blank_aggregate_device -- --ignored
2019-04-04 01:11:49 +03:00
# Parallel Tests
cargo test test_parallel_ops_init_streams_in_parallel -- --ignored
cargo test test_parallel_init_streams_in_parallel -- --ignored
2019-04-04 01:11:49 +03:00
# Manual Tests
2019-04-10 00:59:30 +03:00
# cargo test test_switch_output_device -- --ignored --nocapture
# cargo test test_add_then_remove_listeners -- --ignored --nocapture
# cargo test test_device_collection_change -- --ignored --nocapture