Added READMEs to the test-cases
This commit is contained in:
parent
ae74bda944
commit
00dc51cc11
5 changed files with 42 additions and 0 deletions
9
tests/multifor/README.md
Normal file
9
tests/multifor/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
multifor
|
||||||
|
========
|
||||||
|
|
||||||
|
minimal pd-lib-builder project that shows how to compile
|
||||||
|
a library that contains multiple C-files that are compiled into
|
||||||
|
multiple binaries each containing a different Pd-objectclass.
|
||||||
|
some of the objectclasses are only compiled on specific platforms.
|
||||||
|
|
||||||
|
this is a special case of the one-object-per-binary library structure.
|
||||||
8
tests/multilib/README.md
Normal file
8
tests/multilib/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
multilib
|
||||||
|
========
|
||||||
|
|
||||||
|
minimal pd-lib-builder project that shows how to compile
|
||||||
|
a library that contains multiple C-files that are compiled into
|
||||||
|
a single binary containing different Pd-objectclasses.
|
||||||
|
|
||||||
|
this is the general case of the single-binary library structure.
|
||||||
8
tests/multiple/README.md
Normal file
8
tests/multiple/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
multiple
|
||||||
|
========
|
||||||
|
|
||||||
|
minimal pd-lib-builder project that shows how to compile
|
||||||
|
a library that contains multiple C-files that are compiled into
|
||||||
|
multiple binaries each containing a different Pd-objectclass.
|
||||||
|
|
||||||
|
this is the general case of the one-object-per-binary library structure.
|
||||||
9
tests/multishared/README.md
Normal file
9
tests/multishared/README.md
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
multishared
|
||||||
|
===========
|
||||||
|
|
||||||
|
minimal pd-lib-builder project that shows how to compile
|
||||||
|
a library that contains multiple C-files that are compiled into
|
||||||
|
multiple binaries each containing a different Pd-objectclass.
|
||||||
|
a local shared library is used for common components.
|
||||||
|
|
||||||
|
this is an extended case of the one-object-per-binary library structure.
|
||||||
8
tests/single/README.md
Normal file
8
tests/single/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
single
|
||||||
|
======
|
||||||
|
|
||||||
|
minimal pd-lib-builder project that shows how to compile
|
||||||
|
a library that contains a single C-file that is compiled into
|
||||||
|
a single binary containing a single Pd-objectclass.
|
||||||
|
|
||||||
|
this is a degenerate case of the one-object-per-binary library structure.
|
||||||
Loading…
Reference in a new issue