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