summaryrefslogtreecommitdiffstats
path: root/net/stress_cache.scons
diff options
context:
space:
mode:
Diffstat (limited to 'net/stress_cache.scons')
-rw-r--r--net/stress_cache.scons6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/stress_cache.scons b/net/stress_cache.scons
index f0d706e..83d976b6 100644
--- a/net/stress_cache.scons
+++ b/net/stress_cache.scons
@@ -55,8 +55,4 @@ input_files = [
]
if env['PLATFORM'] == 'win32':
- stress_cache = env.ChromeTestProgram('stress_cache', input_files)
-
- installed_test = env.Install('$TARGET_ROOT', stress_cache)
-
- env.Alias('net', installed_test)
+ env.ChromeTestProgram('stress_cache', input_files)