mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
corrected test
This commit is contained in:
parent
c844a3a181
commit
752b155b7a
1 changed files with 1 additions and 1 deletions
2
Makefile
vendored
2
Makefile
vendored
|
|
@ -11,7 +11,7 @@ CXX = clang++ -stdlib=libc++ -march=native
|
|||
all: encode decode
|
||||
|
||||
test: encode decode
|
||||
$(QEMU) ./encode encoded.wav 8000 8 1 /dev/urandom
|
||||
$(QEMU) ./encode encoded.wav /dev/urandom
|
||||
$(QEMU) ./decode /dev/null encoded.wav
|
||||
|
||||
encode: encode.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue