src/spectrum/test/examples-to-run.py
changeset 7343 b3e668a5949c
parent 6886 690b7a78bbd0
equal deleted inserted replaced
7342:400f78c1d661 7343:b3e668a5949c
     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 #