diff options
Diffstat (limited to 'test/assert/Makefile')
-rw-r--r-- | test/assert/Makefile | 5 |
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 ; |