altos: Add test scaffolding for APRS
authorKeith Packard <keithp@keithp.com>
Thu, 6 Dec 2012 03:44:09 +0000 (19:44 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 6 Dec 2012 03:44:09 +0000 (19:44 -0800)
commit0c2c47dd7af2fc95de852178c4244daba02f44ed
treef33e705836472056436be45f23101ce1508a43f4
parentd65751fded3321b8a350e4140c44f87fec95aab2
altos: Add test scaffolding for APRS

This moves some test code out of ao_aprs.c and into ao_aprs_test.c,
and then adds Makefile fragments to compile and run the resulting
program, creating a wav file as output

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_aprs.c
src/test/Makefile
src/test/ao_aprs_test.c [new file with mode: 0644]