summaryrefslogtreecommitdiff
path: root/test/assert
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/assert
parent93b85123789edb7bbbf9fb7b90dcdfaf696febe1 (diff)
dont bother exporting variables and use := where appropriate
Diffstat (limited to 'test/assert')
-rw-r--r--test/assert/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/assert/Makefile b/test/assert/Makefile
index fc908cf87..0f6c861f5 100644
--- a/test/assert/Makefile
+++ b/test/assert/Makefile
@@ -1,8 +1,9 @@
# uClibc assert tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
-TESTS = assert
+TESTS := assert
include ../Test.mak
-export RET_assert = 134
+RET_assert := 134
+WRAPPER_assert := trap ":" ABRT ;