| #
37e454b4 |
| 02-Mar-2020 |
isaki <isaki@NetBSD.org> |
Re-add -lrumpdev dropped in the previous commit.
|
| #
0dc8cda9 |
| 01-Mar-2020 |
christos <christos@NetBSD.org> |
Centralize the base rump libraries into a variable used by all the other Makefiles so that we can make changes to it centrally as needed and have less mess. Fixes the sun2 build that needs rumpvfs af
Centralize the base rump libraries into a variable used by all the other Makefiles so that we can make changes to it centrally as needed and have less mess. Fixes the sun2 build that needs rumpvfs after librump after the latest changes.
show more ...
|
| #
e758b536 |
| 11-Feb-2020 |
isaki <isaki@NetBSD.org> |
Add ATF tests for audio(4).
91 passed test cases 0 failed test cases. 0 expected failed test cases. 62 skipped test cases.
There are many skipped tests, because the test itself supp
Add ATF tests for audio(4).
91 passed test cases 0 failed test cases. 0 expected failed test cases. 62 skipped test cases.
There are many skipped tests, because the test itself supports full- duplex, half-duplex and uni-directional devices but pad(4) used in ATF tests is uni-directional device.
show more ...
|
| #
e0eeaafc |
| 20-Jun-2019 |
isaki <isaki@NetBSD.org> |
Rewrite t_pad test. Previous version compared the pad's output binary passed mulaw-slinear conversion and frequency conversion with the prepared "good result". In such case, a test may fail when the
Rewrite t_pad test. Previous version compared the pad's output binary passed mulaw-slinear conversion and frequency conversion with the prepared "good result". In such case, a test may fail when the implemantation changes. In fact, the frequency conversion algorithm was changed in isaki-audio2, so output waveforms is not completely the same (but that's no problem with the audio waveforms). New version uses slinear_le/2ch/44100Hz input data and compares the output binary with the input data. pad with no conversions should output the same binary. Fix PR kern/54187.
show more ...
|
| #
ffeb8dbf |
| 23-Jan-2016 |
christos <christos@NetBSD.org> |
Define _KERNTYPES for things that need it.
|
| #
f93daef0 |
| 02-Dec-2012 |
pgoyette <pgoyette@NetBSD.org> |
Build helper programs as PROGS and not as TESTS_{C,SH}
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) linke
Build helper programs as PROGS and not as TESTS_{C,SH}
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!
show more ...
|
| #
46135322 |
| 31-Oct-2010 |
he <he@NetBSD.org> |
There's apparently a circular dependency between -lrump and -lrumpuser. This poses problems when linking statically, as for sun2. Add -lrump also after -lrumpuser, so that this links statically as w
There's apparently a circular dependency between -lrump and -lrumpuser. This poses problems when linking statically, as for sun2. Add -lrump also after -lrumpuser, so that this links statically as well.
show more ...
|
| #
327d3aa7 |
| 04-Aug-2010 |
pooka <pooka@NetBSD.org> |
need to update install filename too
|
| #
f0a81636 |
| 04-Aug-2010 |
pooka <pooka@NetBSD.org> |
Add test of pad(4): stuff some audio into /dev/audio, read it from /dev/pad. Test that we got sensible output by comparing against a previous audibly good result.
This exercises auconv, audio and p
Add test of pad(4): stuff some audio into /dev/audio, read it from /dev/pad. Test that we got sensible output by comparing against a previous audibly good result.
This exercises auconv, audio and pad.
show more ...
|