summaryrefslogtreecommitdiff
path: root/regress/unittests/test_helper
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-01-20 22:58:57 +0000
committerDamien Miller <djm@mindrot.org>2015-01-27 00:03:12 +1100
commit2b3b1c1e4bd9577b6e780c255c278542ea66c098 (patch)
tree2278f8f5bd10c61796fe35dc6ce4f8f89e67ac3a /regress/unittests/test_helper
parent1d1092bff8db27080155541212b420703f8b9c92 (diff)
upstream commit
use SUBDIR to recuse into unit tests; makes "make obj" actually work
Diffstat (limited to 'regress/unittests/test_helper')
-rw-r--r--regress/unittests/test_helper/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/unittests/test_helper/Makefile b/regress/unittests/test_helper/Makefile
index 3e90903ef..5b3894cbf 100644
--- a/regress/unittests/test_helper/Makefile
+++ b/regress/unittests/test_helper/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.1 2014/04/30 05:32:00 djm Exp $ 1# $OpenBSD: Makefile,v 1.2 2015/01/20 22:58:57 djm Exp $
2 2
3LIB= test_helper 3LIB= test_helper
4SRCS= test_helper.c fuzz.c 4SRCS= test_helper.c fuzz.c
@@ -7,6 +7,9 @@ DEBUGLIBS= no
7NOPROFILE= yes 7NOPROFILE= yes
8NOPIC= yes 8NOPIC= yes
9 9
10# Hack to allow building with SUBDIR in ../../Makefile
11regress: all
12
10install: 13install:
11 @echo -n 14 @echo -n
12 15