summaryrefslogtreecommitdiff
path: root/test/ctype
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-14 02:56:16 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-14 02:56:16 +0000
commit4697c772ca3809829170c3cbb07938a0e729dfa8 (patch)
tree8d6f97ac3482acd8e2c1f2d5f977774fe542d444 /test/ctype
parent93b85123789edb7bbbf9fb7b90dcdfaf696febe1 (diff)
dont bother exporting variables and use := where appropriate
Diffstat (limited to 'test/ctype')
-rw-r--r--test/ctype/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ctype/Makefile b/test/ctype/Makefile
index ce212cd09..8d6b25db2 100644
--- a/test/ctype/Makefile
+++ b/test/ctype/Makefile
@@ -1,6 +1,6 @@
# uClibc ctype tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
-TESTS = ctype
+TESTS := ctype
include ../Test.mak