From ceea7540fd37668523d9a73d722f66bd1f9005bc Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 26 Apr 2016 01:02:06 -0300 Subject: [PATCH] AP_Math: rename test file This will be reused for more math tests. --- libraries/AP_Math/tests/{test_vectors.cpp => test_math.cpp} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename libraries/AP_Math/tests/{test_vectors.cpp => test_math.cpp} (100%) diff --git a/libraries/AP_Math/tests/test_vectors.cpp b/libraries/AP_Math/tests/test_math.cpp similarity index 100% rename from libraries/AP_Math/tests/test_vectors.cpp rename to libraries/AP_Math/tests/test_math.cpp