2019-04-04 21:30:26 +03:00
|
|
|
# Regular Tests
|
2019-04-03 21:24:11 +03:00
|
|
|
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
|
|
|
|
2019-04-04 21:30:26 +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
|
2019-04-11 02:20:48 +03:00
|
|
|
# cargo test test_device_collection_change -- --ignored --nocapture
|