diff options
author | tb@openbsd.org <tb@openbsd.org> | 2016-11-01 13:43:27 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-11-29 17:16:29 +1100 |
commit | 7da751d8b007c7f3e814fd5737c2351440d78b4c (patch) | |
tree | a5c255a9ecf3185804cc3773d7ab20df207c6149 /regress/unittests/utf8 | |
parent | 36f58e68221bced35e06d1cca8d97c48807a8b71 (diff) |
upstream commit
Clean up MALLOC_OPTIONS. For the unittests, move
MALLOC_OPTIONS and TEST_ENV to unittets/Makefile.inc.
ok otto
Upstream-Regress-ID: 890d497e0a38eeddfebb11cc429098d76cf29f12
Diffstat (limited to 'regress/unittests/utf8')
-rw-r--r-- | regress/unittests/utf8/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/regress/unittests/utf8/Makefile b/regress/unittests/utf8/Makefile index 85cf7b81f..a975264fc 100644 --- a/regress/unittests/utf8/Makefile +++ b/regress/unittests/utf8/Makefile | |||
@@ -1,6 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2016/10/31 23:45:09 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2016/11/01 13:43:27 tb Exp $ |
2 | |||
3 | TEST_ENV= "MALLOC_OPTIONS=CFGJRSUX" | ||
4 | 2 | ||
5 | PROG=test_utf8 | 3 | PROG=test_utf8 |
6 | SRCS=tests.c | 4 | SRCS=tests.c |