From 82e3d46ca319badcbc584cf902aeebcbd30948b9 Mon Sep 17 00:00:00 2001 From: mat Date: Mon, 22 Dec 2025 21:43:54 -1400 Subject: run azalea-client integration tests as one binary per https://corrode.dev/blog/tips-for-faster-rust-compile-times/\#combine-all-integration-tests-into-a-single-binary <3 --- azalea-client/tests/simulation/mod.rs | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 azalea-client/tests/simulation/mod.rs (limited to 'azalea-client/tests/simulation/mod.rs') diff --git a/azalea-client/tests/simulation/mod.rs b/azalea-client/tests/simulation/mod.rs new file mode 100644 index 00000000..d090862b --- /dev/null +++ b/azalea-client/tests/simulation/mod.rs @@ -0,0 +1,25 @@ +// This file is @generated by `azalea-client/build.rs`. + +mod change_dimension_to_nether_and_back; +mod client_disconnect; +mod close_open_container; +mod correct_movement; +mod correct_sneak_movement; +mod correct_sprint_sneak_movement; +mod despawn_entities_when_changing_dimension; +mod enchantments; +mod fast_login; +mod login_to_dimension_with_same_name; +mod mine_block_rollback; +mod mine_block_timing_hand; +mod mine_block_without_rollback; +mod move_and_despawn_entity; +mod move_despawned_entity; +mod packet_order; +mod packet_order_set_carried_item; +mod receive_spawn_entity_and_start_config_packet; +mod receive_start_config_packet; +mod reply_to_ping_with_pong; +mod set_health_before_login; +mod teleport_movement; +mod ticks_alive; -- cgit v1.2.3