equal
deleted
inserted
replaced
8 # |
8 # |
9 # See test.py for more information. |
9 # See test.py for more information. |
10 cpp_examples = [ |
10 cpp_examples = [ |
11 ("adhoc-aloha-ideal-phy", "True", "True"), |
11 ("adhoc-aloha-ideal-phy", "True", "True"), |
12 ("adhoc-aloha-ideal-phy-with-microwave-oven", "True", "True"), |
12 ("adhoc-aloha-ideal-phy-with-microwave-oven", "True", "True"), |
|
13 ("adhoc-aloha-ideal-phy-matrix-propagation-loss-model", "True", "True"), |
13 ] |
14 ] |
14 |
15 |
15 # A list of Python examples to run in order to ensure that they remain |
16 # A list of Python examples to run in order to ensure that they remain |
16 # runnable over time. Each tuple in the list contains |
17 # runnable over time. Each tuple in the list contains |
17 # |
18 # |