The rest is the same as for integrated testing, but instead of an ITESTS file you have a BINARIES file, and there's no testxxx.sh file (but you do need a testxxx.cpp file, or mypackage_x.cpp if you want the binary to be named mypackage_x).
Running
>gmake mypackagectb.bin
from the release directory will create a binary in bin/$BFARCH
(not mypackagectb/bin).
That's it, you're done.
Any questions, comments, corrections? Feel free to contact
me.