diff options
| author | Keith Packard <keithp@keithp.com> | 2013-10-27 23:44:47 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-10-27 23:45:30 -0700 |
| commit | 5d9e715d570b24ac124c30772b11923bd26ed670 (patch) | |
| tree | 745a6320fb8bfd96107c69085476f4190c2edb53 /src/test/Makefile | |
| parent | 195fd70cdc7f519cd8d4ac323088ed0b6c188280 (diff) | |
altos: Update quaternion tests to check vectors_to_rotation
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test/Makefile')
| -rw-r--r-- | src/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/Makefile b/src/test/Makefile index f64a9531..686fde0c 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -5,7 +5,7 @@ PROGS=ao_flight_test ao_flight_test_baro ao_flight_test_accel ao_flight_test_noi ao_aprs_test ao_micropeak_test ao_fat_test ao_aes_test ao_int64_test \ ao_ms5607_convert_test ao_quaternion_test -INCS=ao_kalman.h ao_ms5607.h ao_log.h ao_data.h altitude-pa.h altitude.h +INCS=ao_kalman.h ao_ms5607.h ao_log.h ao_data.h altitude-pa.h altitude.h ao_quaternion.h KALMAN=make-kalman |
