|
@@ -1,10 +1,10 @@
|
|
|
# uClibc unistd tests
|
|
|
# Licensed under the GNU Library General Public License, see COPYING.LIB
|
|
|
|
|
|
-TESTS = clone errno fork getcwd getopt getopt_long preadwrite tstgetopt vfork
|
|
|
+TESTS := clone errno fork getcwd getopt getopt_long preadwrite tstgetopt vfork
|
|
|
|
|
|
include ../Test.mak
|
|
|
|
|
|
-export OPTS_getopt = -abcXXX -9
|
|
|
-export OPTS_getopt_long = --add XXX --delete YYY --verbose
|
|
|
-export OPTS_tstgetopt = -a -b -cfoobar --required foobar --optional=bazbug --none random --col --color --colour
|
|
|
+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
|