summaryrefslogtreecommitdiff
path: root/test/args
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-11 04:27:49 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-11 04:27:49 +0000
commita376b10928fa4c654d64309a85bb7ddb3d236831 (patch)
tree4f4202aa3a3e1d1951a24337d0d94dc7185e9b76 /test/args
parentd69e6f24f2bbd258274ac50915fdbac94571a8d2 (diff)
use := rather than =
Diffstat (limited to 'test/args')
-rw-r--r--test/args/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/args/Makefile b/test/args/Makefile
index 29a5af967..7475fbe45 100644
--- a/test/args/Makefile
+++ b/test/args/Makefile
@@ -1,7 +1,7 @@
# uClibc args tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
-TESTS = arg_test
+TESTS := arg_test
include ../Test.mak