summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2012-08-28 07:00:18 +0200
committerDavid Tardon <dtardon@redhat.com>2012-08-28 07:00:18 +0200
commit3ee97489ea49b339c4a7578afd85f85f77dd0f68 (patch)
tree23ea6a66dbb9206b362adfaa3641819e0a18c65e /config_host.mk.in
parent85e40d787e9aacadfd8599791c83d09eb04e46d5 (diff)
allow separate setting of parallelism for subseq. tests
Change-Id: I5a5444e8ee95b0fd95a97c31c94ab0f9c3935abb
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 6da79d144ed3..a2404f762b28 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -46,6 +46,7 @@ export CC=@CC@
export CC_FOR_BUILD=@CC_FOR_BUILD@
export CDR_CFLAGS=@CDR_CFLAGS@
export CDR_LIBS=@CDR_LIBS@
+export CHECK_PARALLELISM=@CHECK_PARALLELISM@
export CLASSPATH=@CLASSPATH@
export CL_X64=@CL_X64@
export CLUCENE_CFLAGS=@CLUCENE_CFLAGS@