X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Ftest%2FMakefile;h=c602521900a522561d320d2b33457de16894abdb;hp=f64a95318ede3ebee656326f13d90d7769ed64b3;hb=27528961457865acc3a38b822268df6d7cb86cfd;hpb=08143a922fe27bc50a19924f46538f9476ab5fd1 diff --git a/src/test/Makefile b/src/test/Makefile index f64a9531..c6025219 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 @@ -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 +