blob: 3a1355c83ed102578b01975b808dde5bfffd9eb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# uClibc args tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
TESTS := arg_test
include ../Test.mak
OPTS_arg_test = a b c d e f g h
WRAPPER_arg_test = \
env -i \
ENVVAR=123 \
SOMETHING=sldajfasdf \
BLAHBLAH=" hi hi "
|