mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
unittests: add PARAM_NO_AUTOSAVE definition
Seems that the work queue is not available for the tests.
This commit is contained in:
@@ -57,6 +57,7 @@ add_definitions(-D__PX4_POSIX)
|
||||
add_definitions(-D__PX4_TESTS)
|
||||
add_definitions(-D__PX4_UNIT_TESTS)
|
||||
add_definitions(-D_UNIT_TEST=)
|
||||
add_definitions(-DPARAM_NO_AUTOSAVE)
|
||||
add_definitions(-DERROR=-1)
|
||||
add_definitions(-Dmain_t=int)
|
||||
add_definitions(-Dnoreturn_function=)
|
||||
|
||||
Reference in New Issue
Block a user