summaryrefslogtreecommitdiff
path: root/tests/dev/audio/Makefile
AgeCommit message (Collapse)Author
2012-12-02Build helper programs as PROGS and not as TESTS_{C,SH}pgoyette
This enables us to remove custom Atffiles whose only purpose was to avoid using the helpers as tests. XXX src/tests/dev/dm/ is not (yet) linked into the build!
2010-10-31There's apparently a circular dependency between -lrump and -lrumpuser.he
This poses problems when linking statically, as for sun2. Add -lrump also after -lrumpuser, so that this links statically as well.
2010-08-04need to update install filename toopooka
2010-08-04Add test of pad(4): stuff some audio into /dev/audio, read it frompooka
/dev/pad. Test that we got sensible output by comparing against a previous audibly good result. This exercises auconv, audio and pad.