summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-12-22 00:24:34 -0500
committerEliot Horowitz <eliot@10gen.com>2010-12-22 00:24:34 -0500
commitefee57d51b028496e42da288ed2b7b420118ceea (patch)
treed0cd93dc310586d999d847f043563f2ded08fa3f
parentaa9b13636f892a0f3a1cb8ffc5e5d719af7cc788 (diff)
downloadmongo-efee57d51b028496e42da288ed2b7b420118ceea.tar.gz
dummy smokeDur target
-rw-r--r--SConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index e3046ff390c..b400762d021 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1361,6 +1361,9 @@ smokeEnv.AlwaysBuild( "addMongodReqNoJsTargets" )
smokeEnv.Alias( "smokeAllNoJs", [ "smoke", "mongosTest", "addMongodReqNoJsTargets" ] )
smokeEnv.AlwaysBuild( "smokeAllNoJs" )
+# dummy smokeDur for 1.6
+smokeEnv.Alias( "smokeDur" , "util/concurrency/" )
+
def recordPerformance( env, target, source ):
from buildscripts import benchmark_tools
global perftest