Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(679)

Side by Side Diff: src/internet/wscript

Issue 320780043: Test suite for TCP Westwood
Patch Set: Created 7 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- 1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2 import os 2 import os
3 import sys 3 import sys
4 4
5 from waflib import Options, Logs, Utils, Task 5 from waflib import Options, Logs, Utils, Task
6 6
7 7
8 # Required NSC version 8 # Required NSC version
9 NSC_RELEASE_NAME = "nsc-0.5.3" 9 NSC_RELEASE_NAME = "nsc-0.5.3"
10 10
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'test/tcp-highspeed-test.cc', 258 'test/tcp-highspeed-test.cc',
259 'test/tcp-hybla-test.cc', 259 'test/tcp-hybla-test.cc',
260 'test/tcp-vegas-test.cc', 260 'test/tcp-vegas-test.cc',
261 'test/tcp-scalable-test.cc', 261 'test/tcp-scalable-test.cc',
262 'test/tcp-veno-test.cc', 262 'test/tcp-veno-test.cc',
263 'test/tcp-bic-test.cc', 263 'test/tcp-bic-test.cc',
264 'test/tcp-yeah-test.cc', 264 'test/tcp-yeah-test.cc',
265 'test/tcp-illinois-test.cc', 265 'test/tcp-illinois-test.cc',
266 'test/tcp-htcp-test.cc', 266 'test/tcp-htcp-test.cc',
267 'test/tcp-ledbat-test.cc', 267 'test/tcp-ledbat-test.cc',
268 'test/tcp-westwood-test.cc',
268 'test/tcp-zero-window-test.cc', 269 'test/tcp-zero-window-test.cc',
269 'test/tcp-pkts-acked-test.cc', 270 'test/tcp-pkts-acked-test.cc',
270 'test/tcp-rtt-estimation.cc', 271 'test/tcp-rtt-estimation.cc',
271 'test/tcp-bytes-in-flight-test.cc', 272 'test/tcp-bytes-in-flight-test.cc',
272 'test/tcp-advertised-window-test.cc', 273 'test/tcp-advertised-window-test.cc',
273 'test/udp-test.cc', 274 'test/udp-test.cc',
274 'test/ipv6-address-generator-test-suite.cc', 275 'test/ipv6-address-generator-test-suite.cc',
275 'test/ipv6-dual-stack-test-suite.cc', 276 'test/ipv6-dual-stack-test-suite.cc',
276 'test/ipv6-fragmentation-test.cc', 277 'test/ipv6-fragmentation-test.cc',
277 'test/ipv6-forwarding-test.cc', 278 'test/ipv6-forwarding-test.cc',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 obj.source.append ('model/nsc-sysctl.cc') 406 obj.source.append ('model/nsc-sysctl.cc')
406 headers.source.append('model/nsc-tcp-l4-protocol.h') 407 headers.source.append('model/nsc-tcp-l4-protocol.h')
407 obj.use.append('DL') 408 obj.use.append('DL')
408 internet_test.use.append('DL') 409 internet_test.use.append('DL')
409 410
410 if (bld.env['ENABLE_EXAMPLES']): 411 if (bld.env['ENABLE_EXAMPLES']):
411 bld.recurse('examples') 412 bld.recurse('examples')
412 413
413 bld.ns3_python_bindings() 414 bld.ns3_python_bindings()
414 415
OLDNEW
« src/internet/test/tcp-westwood-test.cc ('K') | « src/internet/test/tcp-westwood-test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b