diff options
Diffstat (limited to 'tutorials/sndkit/tests/README.1ST')
-rw-r--r-- | tutorials/sndkit/tests/README.1ST | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tutorials/sndkit/tests/README.1ST b/tutorials/sndkit/tests/README.1ST new file mode 100644 index 0000000..8a69f0f --- /dev/null +++ b/tutorials/sndkit/tests/README.1ST @@ -0,0 +1,11 @@ +Important warning +================= + +Many prongrams in this directory are in no way sample programs. Most of them +intentionally misuse the OSS API to force the drivers to fail if there are +any bugs in them. Using this kind of stupid methods in ordinary applications +is asking for troubles. + +However some of the programs demonstrate how to use certain new features +of OSS. In such cases the program name is mentioned somewhere else in the +OSS documentation. |