diff --git a/unit_tests/tests/tests.mk b/unit_tests/tests/tests.mk index 45b6002a18..7a597a2432 100644 --- a/unit_tests/tests/tests.mk +++ b/unit_tests/tests/tests.mk @@ -23,7 +23,7 @@ TESTS_SRC_CPP = \ tests/trigger/test_real_gm_24x.cpp \ tests/trigger/test_real_k24a2.cpp \ tests/trigger/test_real_k20.cpp \ - tests/trigger/test_real_toyota_3_tooth_cam.cpp \ + tests/trigger/test_toyota_3_tooth_cam.cpp \ tests/trigger/test_map_cam.cpp \ tests/trigger/test_rpm_multiplier.cpp \ tests/trigger/test_rpm_acceleration.cpp \ diff --git a/unit_tests/tests/trigger/test_real_toyota_3_tooth_cam.cpp b/unit_tests/tests/trigger/test_toyota_3_tooth_cam.cpp similarity index 100% rename from unit_tests/tests/trigger/test_real_toyota_3_tooth_cam.cpp rename to unit_tests/tests/trigger/test_toyota_3_tooth_cam.cpp