| 12345678910 | # uClibc unistd tests# Licensed under the GNU Library General Public License, see COPYING.LIBTESTS = clone errno fork getcwd getopt getopt_long preadwrite tstgetopt vforkinclude ../Test.makexport OPTS_getopt = -abcXXX -9export OPTS_getopt_long = --add XXX --delete YYY --verboseexport OPTS_tstgetopt = -a -b -cfoobar --required foobar --optional=bazbug --none random --col --color --colour
 |