test.py
changeset 5295 c1bd4ffb5e47
parent 5279 1aec8ea805d2
child 5324 0ba73cdd2a43
equal deleted inserted replaced
5294:684768c10c59 5295:c1bd4ffb5e47
    39 # found in the associated subdirectory wscript files.
    39 # found in the associated subdirectory wscript files.
    40 #
    40 #
    41 interesting_config_items = [
    41 interesting_config_items = [
    42     "NS3_BUILDDIR",
    42     "NS3_BUILDDIR",
    43     "NS3_MODULE_PATH",
    43     "NS3_MODULE_PATH",
    44     "ENABLE_EMU",
       
    45     "ENABLE_GSL",
       
    46     "ENABLE_GTK_CONFIG_STORE",
       
    47     "ENABLE_LIBXML2",
       
    48     "ENABLE_NSC",
    44     "ENABLE_NSC",
    49     "ENABLE_PYTHON_BINDINGS",
       
    50     "ENABLE_PYTHON_SCANNING",
       
    51     "ENABLE_REAL_TIME",
    45     "ENABLE_REAL_TIME",
    52     "ENABLE_STATIC_NS3",
       
    53     "ENABLE_SUDO",
       
    54     "ENABLE_TAP",
       
    55     "ENABLE_THREADING",
       
    56 ]
    46 ]
       
    47 
       
    48 ENABLE_NSC = False
       
    49 ENABLE_REAL_TIME = False
    57 
    50 
    58 #
    51 #
    59 # A list of examples to run as smoke tests just to ensure that they remain 
    52 # A list of examples to run as smoke tests just to ensure that they remain 
    60 # buildable and runnable over time.  Also a condition under which to run
    53 # buildable and runnable over time.  Also a condition under which to run
    61 # the example (from the waf configuration).
    54 # the example (from the waf configuration).