From 8a844727957b21c63d7e48427548683241a8eb0a Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Thu, 23 May 2019 11:24:27 +0100 Subject: [PATCH] Hysteresis: switch unit test file name to convention --- src/lib/hysteresis/CMakeLists.txt | 2 +- src/lib/hysteresis/{hysteresis_test.cpp => HysteresisTest.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/lib/hysteresis/{hysteresis_test.cpp => HysteresisTest.cpp} (100%) diff --git a/src/lib/hysteresis/CMakeLists.txt b/src/lib/hysteresis/CMakeLists.txt index 957d07f283..1943cdc1aa 100644 --- a/src/lib/hysteresis/CMakeLists.txt +++ b/src/lib/hysteresis/CMakeLists.txt @@ -33,4 +33,4 @@ px4_add_library(hysteresis hysteresis.cpp) -px4_add_gtest(SRC hysteresis_test.cpp LINKLIBS hysteresis) +px4_add_gtest(SRC HysteresisTest.cpp LINKLIBS hysteresis) diff --git a/src/lib/hysteresis/hysteresis_test.cpp b/src/lib/hysteresis/HysteresisTest.cpp similarity index 100% rename from src/lib/hysteresis/hysteresis_test.cpp rename to src/lib/hysteresis/HysteresisTest.cpp