blob: fa702231aec0535fd06d7b6fcfd7961d5ec0059a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# uClibc unistd tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
TESTS := clone errno fork getcwd getopt getopt_long tst-preadwrite \
tst-preadwrite64 tstgetopt vfork
include ../Test.mak
OPTS_getopt := -abcXXX -9
OPTS_getopt_long := --add XXX --delete YYY --verbose
OPTS_tstgetopt := -a -b -cfoobar --required foobar --optional=bazbug --none random --col --color --colour
|