Files
PX4-Autopilot/src/systemcmds/tests/module.mk
T
Jean Cyr 1cf9f72f62 Add data manager module and fence support to navigator
- Add function to geo.c to determine if global position is inside fence
- Add navigator support/commands for maintaining fence coords.
- Add data manager module to support persistence fence storage. Can
store other data, but only used for fence at this time.
- Add unit tests for data manager
2013-11-03 12:40:13 -05:00

33 lines
665 B
Makefile

#
# Assorted tests and the like
#
MODULE_COMMAND = tests
MODULE_STACKSIZE = 12000
MAXOPTIMIZATION = -Os
SRCS = test_adc.c \
test_bson.c \
test_float.c \
test_gpio.c \
test_hott_telemetry.c \
test_hrt.c \
test_int.c \
test_jig_voltages.c \
test_led.c \
test_sensors.c \
test_servo.c \
test_sleep.c \
test_time.c \
test_uart_baudchange.c \
test_uart_console.c \
test_uart_loopback.c \
test_uart_send.c \
test_mixer.cpp \
test_dataman.c \
tests_file.c \
tests_main.c \
tests_param.c
INCLUDE_DIRS += $(MAVLINK_SRC)/include/mavlink