From efee57d51b028496e42da288ed2b7b420118ceea Mon Sep 17 00:00:00 2001 From: Eliot Horowitz Date: Wed, 22 Dec 2010 00:24:34 -0500 Subject: dummy smokeDur target --- SConstruct | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.1