X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftest%2FMakefile;h=017f7f71788d24fc3fb46a0f675e2fb34e64e084;hb=013e9ccfbe76dc46e8c69ea314950bed83d9a39f;hp=7cb86140c13c37e7b365c7c64432a7f1d830e530;hpb=24167015705ae831692b95735968b04a876f935e;p=fw%2Faltos diff --git a/src/test/Makefile b/src/test/Makefile index 7cb86140..017f7f71 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -55,7 +55,7 @@ ao_fec_test: ao_fec_test.c ao_fec_tx.c ao_fec_rx.c cc $(CFLAGS) -DAO_FEC_DEBUG=1 -o $@ ao_fec_test.c ../kernel/ao_fec_tx.c ../kernel/ao_fec_rx.c -lm ao_aprs_test: ao_aprs_test.c ao_aprs.c - cc $(CFLAGS) -o $@ ao_aprs_test.c + cc $(CFLAGS) -o $@ ao_aprs_test.c -lm SOX_INPUT_ARGS=--type raw --encoding unsigned-integer -b 8 -c 1 -r 9600 SOX_OUTPUT_ARGS=--type wav