2019-04-04 21:30:26 +03:00
|
|
|
# Regular Tests
|
2019-04-03 21:24:11 +03:00
|
|
|
cargo test --verbose
|
2019-05-02 20:09:26 +03:00
|
|
|
cargo test test_configure_input -- --ignored
|
|
|
|
cargo test test_configure_output -- --ignored
|
2019-04-20 04:31:16 +03:00
|
|
|
cargo test test_aggregate -- --ignored --test-threads=1
|
2019-04-04 01:11:49 +03:00
|
|
|
|
2019-04-04 21:30:26 +03:00
|
|
|
# Parallel Tests
|
2019-05-02 22:35:13 +03:00
|
|
|
cargo test test_parallel -- --ignored --nocapture --test-threads=1
|
2019-04-04 21:30:26 +03:00
|
|
|
|
2019-04-20 04:28:16 +03:00
|
|
|
# Device-changed Tests
|
2019-04-13 07:45:50 +03:00
|
|
|
cargo test test_switch_device -- --ignored --nocapture
|
2019-04-17 22:45:31 +03:00
|
|
|
cargo test test_plug_and_unplug_device -- --ignored --nocapture
|
2019-04-23 02:43:46 +03:00
|
|
|
# cargo test test_register_device_changed_callback -- --ignored --nocapture --test-threads=1
|
|
|
|
cargo test test_register_device_changed_callback_to_check_default_device_changed_input -- --ignored --nocapture
|
|
|
|
cargo test test_register_device_changed_callback_to_check_default_device_changed_output -- --ignored --nocapture
|
|
|
|
cargo test test_register_device_changed_callback_to_check_default_device_changed_duplex -- --ignored --nocapture
|
|
|
|
cargo test test_register_device_changed_callback_to_check_input_alive_changed_input -- --ignored --nocapture
|
|
|
|
cargo test test_register_device_changed_callback_to_check_input_alive_changed_duplex -- --ignored --nocapture
|
2019-04-13 07:45:50 +03:00
|
|
|
|
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
|