blob: 4db50174d4a0875d76869e4844ace1b45c189b04 (
plain)
1
2
3
4
5
6
7
8
9
|
# uClibc unistd tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
TESTS = clone errno fork getcwd getopt getopt_long preadwrite vfork
include ../Test.mak
export OPTS_getopt = -abcXXX -9
export OPTS_getopt_long = --add XXX --delete YYY --verbose
|