remove click from valgrind tests

Josh Pelkey 2011-05-23 11:51:29 -04:00
parent 9b43459eee
commit 688b5c97bd
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#
# See test.py for more information.
cpp_examples = [
("nsclick-simple-lan", "ENABLE_CLICK == True", "True"),
("nsclick-simple-lan", "ENABLE_CLICK == True", "False"),
]
# A list of Python examples to run in order to ensure that they remain

View File

@ -79,6 +79,7 @@ core_valgrind_skip_tests = [
"ns3-tcp-cwnd",
"nsc-tcp-loss",
"ns3-tcp-interoperability",
"routing-click",
]
#