Browse Source

Hysteresis: switch unit test file name to convention

sbg
Matthias Grob 6 years ago committed by Julian Oes
parent
commit
8a84472795
  1. 2
      src/lib/hysteresis/CMakeLists.txt
  2. 0
      src/lib/hysteresis/HysteresisTest.cpp

2
src/lib/hysteresis/CMakeLists.txt

@ -33,4 +33,4 @@
px4_add_library(hysteresis hysteresis.cpp) px4_add_library(hysteresis hysteresis.cpp)
px4_add_gtest(SRC hysteresis_test.cpp LINKLIBS hysteresis) px4_add_gtest(SRC HysteresisTest.cpp LINKLIBS hysteresis)

0
src/lib/hysteresis/hysteresis_test.cpp → src/lib/hysteresis/HysteresisTest.cpp

Loading…
Cancel
Save