Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tests/lib



Module Name:    src
Committed By:   nia
Date:           Fri Dec 11 12:29:28 UTC 2020

Modified Files:
        src/tests/lib: Makefile
Added Files:
        src/tests/lib/libossaudio: Makefile t_ossaudio.c

Log Message:
add some basic tests for libossaudio

since there are already tests for audio this is focused on making
sure the ioctls translate properly and implement the necessary OSS
compat quirks.

right now this only covers the dsp ioctls, it should also cover the
mixer ioctls, although that's significantly harder.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/tests/lib/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libossaudio/Makefile \
    src/tests/lib/libossaudio/t_ossaudio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index