aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/module.mk
blob: 4b7b73ac651d5458d60cea9a8f29760b3980d699 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# 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_mathlib.cpp \
			   test_file.c \
			   test_file2.c \
			   tests_main.c \
			   test_param.c \
			   test_ppm_loopback.c \
			   test_rc.c \
			   test_conv.cpp \
			   test_mount.c \
			   test_eigen.cpp

EXTRACXXFLAGS = -Wframe-larger-than=2500 -Wno-float-equal -Wno-double-promotion