diff options
| author | Keith Packard <keithp@keithp.com> | 2013-02-04 09:56:18 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-02-04 09:56:18 -0800 |
| commit | 0e982294961205bef525ecad7172a1f3ab66677f (patch) | |
| tree | 1169683607e944a29d591d3a7d999ea8e79b6c8d /src/test/Makefile | |
| parent | 9aca92a20343a2cf7e05abc7b100852d81f86c0d (diff) | |
test: Accept micropeak CSV files for micropeak testing
This interpolates the missing values to provide a reasonable testing
environment for the Micropeak flight firmware.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/test/Makefile')
| -rw-r--r-- | src/test/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/Makefile b/src/test/Makefile index 87bd70fe..1c2d771e 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -62,5 +62,5 @@ ao_aprs_data.wav: ao_aprs_test check: ao_fec_test ao_flight_test ao_flight_test_baro run-tests ./ao_fec_test && ./run-tests -ao_micropeak_test: ao_micropeak_test.c ao_microflight.c - cc $(CFLAGS) -o $@ ao_micropeak_test.c -lm
\ No newline at end of file +ao_micropeak_test: ao_micropeak_test.c ao_microflight.c ao_kalman.h + cc $(CFLAGS) -o $@ ao_micropeak_test.c -lm |
