hysteresis: move out of systemlib, move to gtest

This moves the hysteresis test out of the systemlib and makes it its own
small library. Since it still depends on hrt_absolute_time this does not
link yet. My attempt to get all link dependencies together failed.
This commit is contained in:
Julian Oes
2019-05-20 15:33:06 +02:00
parent b849991494
commit 7b9562e3b1
16 changed files with 88 additions and 99 deletions

View File

@@ -15,7 +15,6 @@ set(tests
file2
float
hrt
hysteresis
int
IntrusiveQueue
List
@@ -40,7 +39,6 @@ set(tests
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
list(REMOVE_ITEM tests
hysteresis
mixer
uorb
)
@@ -48,7 +46,6 @@ endif()
if (CMAKE_SYSTEM_NAME STREQUAL "CYGWIN")
list(REMOVE_ITEM tests
hysteresis # Intermittent timing fails.
uorb
)
endif()