diff --git a/hardware-testing/Makefile b/hardware-testing/Makefile index c9a0beffb82..e25db7bf9fb 100755 --- a/hardware-testing/Makefile +++ b/hardware-testing/Makefile @@ -129,6 +129,7 @@ test-production-qc: $(python) -m hardware_testing.production_qc.stress_test_qc_ot3 --simulate $(python) -m hardware_testing.production_qc.firmware_check --simulate $(python) -m hardware_testing.production_qc.belt_calibration_ot3 --simulate + $(python) -m hardware_testing.production_qc.z_stage_qc_ot3 --simulate .PHONY: test-examples test-examples: diff --git a/hardware-testing/hardware_testing/production_qc/z_stage_test_qc_ot3.py b/hardware-testing/hardware_testing/production_qc/z_stage_qc_ot3.py similarity index 100% rename from hardware-testing/hardware_testing/production_qc/z_stage_test_qc_ot3.py rename to hardware-testing/hardware_testing/production_qc/z_stage_qc_ot3.py