mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user