From fbea4c37311d56f0f75b49ffee498f3bc11bf52f Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 20 Mar 2024 10:20:00 -0400 Subject: [PATCH] only: renaming test --- unit_tests/tests/tests.mk | 2 +- ..._real_toyota_3_tooth_cam.cpp => test_toyota_3_tooth_cam.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename unit_tests/tests/trigger/{test_real_toyota_3_tooth_cam.cpp => test_toyota_3_tooth_cam.cpp} (100%) 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