fix missing newline at end of src/test/Makefile
[fw/altos] / src / test / Makefile
index f64a95318ede3ebee656326f13d90d7769ed64b3..c602521900a522561d320d2b33457de16894abdb 100644 (file)
@@ -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 
 
@@ -82,4 +82,5 @@ ao_ms5607_convert_test: ao_ms5607_convert_test.c ao_ms5607_convert_8051.c ao_int
        cc $(CFLAGS) -o $@ ao_ms5607_convert_test.c
 
 ao_quaternion_test: ao_quaternion_test.c ao_quaternion.h
-       cc $(CFLAGS) -o $@ ao_quaternion_test.c -lm
\ No newline at end of file
+       cc $(CFLAGS) -o $@ ao_quaternion_test.c -lm
+