Make examples and tests be enabled from the .ns3rc file

This commit is contained in:
Mitch Watrous
2011-04-12 10:39:17 -07:00
parent 5a47248424
commit 46d63e113b
4 changed files with 106 additions and 16 deletions

View File

@@ -5,3 +5,9 @@
#
# All modules can be enabled by choosing 'all_modules'.
modules_enabled = ['all_modules']
# Set this equal to true if you want examples to be run.
examples_enabled = True
# Set this equal to true if you want tests to be run.
tests_enabled = False