2011-03-04 15:41:14 -08:00
|
|
|
#! /usr/bin/env python
|
|
|
|
|
|
|
|
|
|
# A list of the modules that will be enabled when ns-3 is run.
|
|
|
|
|
# Modules that depend on the listed modules will be enabled also.
|
|
|
|
|
#
|
|
|
|
|
# All modules can be enabled by choosing 'all_modules'.
|
|
|
|
|
modules_enabled = ['all_modules']
|
2011-04-12 10:39:17 -07:00
|
|
|
|
|
|
|
|
# Set this equal to true if you want examples to be run.
|
2011-04-12 14:35:16 -07:00
|
|
|
examples_enabled = False
|
2011-04-12 10:39:17 -07:00
|
|
|
|
|
|
|
|
# Set this equal to true if you want tests to be run.
|
|
|
|
|
tests_enabled = False
|