summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authortb@openbsd.org <tb@openbsd.org>2016-11-01 13:43:27 +0000
committerDamien Miller <djm@mindrot.org>2016-11-29 17:16:29 +1100
commit7da751d8b007c7f3e814fd5737c2351440d78b4c (patch)
treea5c255a9ecf3185804cc3773d7ab20df207c6149 /regress/Makefile
parent36f58e68221bced35e06d1cca8d97c48807a8b71 (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/Makefile')
-rw-r--r--regress/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/Makefile b/regress/Makefile
index bc1555717..1f71761fa 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.92 2016/10/31 23:45:08 tb Exp $ 1# $OpenBSD: Makefile,v 1.93 2016/11/01 13:43:27 tb Exp $
2 2
3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec 3REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
4tests: prep $(REGRESS_TARGETS) 4tests: prep $(REGRESS_TARGETS)
@@ -116,7 +116,7 @@ CLEANFILES= *.core actual agent-key.* authorized_keys_${USERNAME} \
116SUDO_CLEAN+= /var/run/testdata_${USERNAME} /var/run/keycommand_${USERNAME} 116SUDO_CLEAN+= /var/run/testdata_${USERNAME} /var/run/keycommand_${USERNAME}
117 117
118# Enable all malloc(3) randomisations and checks 118# Enable all malloc(3) randomisations and checks
119TEST_ENV= "MALLOC_OPTIONS=FGJRX" 119TEST_ENV= "MALLOC_OPTIONS=CFGJRSUX"
120 120
121TEST_SSH_SSHKEYGEN?=ssh-keygen 121TEST_SSH_SSHKEYGEN?=ssh-keygen
122 122