ns-3 tests related to checking if source files were left behind, not being used by CMake More...
Public Member Functions | |
setUp (self) | |
Scan all C++ source files and add them to a list based on their path. | |
test_01_UnusedExampleSources (self) | |
Test if all example source files are being used in their respective CMakeLists.txt. | |
test_02_UnusedModuleSources (self) | |
Test if all module source files are being used in their respective CMakeLists.txt. | |
test_03_UnusedUtilsSources (self) | |
Test if all utils source files are being used in their respective CMakeLists.txt. | |
Static Public Attributes | |
dict | directory_and_files = {} |
dictionary containing directories with .cc source files # noqa | |
ns-3 tests related to checking if source files were left behind, not being used by CMake
Definition at line 255 of file test-ns3.py.
test-ns3.NS3UnusedSourcesTestCase.setUp | ( | self | ) |
Scan all C++ source files and add them to a list based on their path.
Definition at line 263 of file test-ns3.py.
References test-ns3.NS3UnusedSourcesTestCase.directory_and_files.
test-ns3.NS3UnusedSourcesTestCase.test_01_UnusedExampleSources | ( | self | ) |
Test if all example source files are being used in their respective CMakeLists.txt.
Definition at line 279 of file test-ns3.py.
References test-ns3.NS3UnusedSourcesTestCase.directory_and_files.
test-ns3.NS3UnusedSourcesTestCase.test_02_UnusedModuleSources | ( | self | ) |
Test if all module source files are being used in their respective CMakeLists.txt.
Definition at line 308 of file test-ns3.py.
References test-ns3.NS3UnusedSourcesTestCase.directory_and_files.
test-ns3.NS3UnusedSourcesTestCase.test_03_UnusedUtilsSources | ( | self | ) |
Test if all utils source files are being used in their respective CMakeLists.txt.
Definition at line 351 of file test-ns3.py.
References test-ns3.NS3UnusedSourcesTestCase.directory_and_files.
|
static |
dictionary containing directories with .cc source files # noqa
Definition at line 261 of file test-ns3.py.
Referenced by test-ns3.NS3UnusedSourcesTestCase.setUp(), test-ns3.NS3UnusedSourcesTestCase.test_01_UnusedExampleSources(), test-ns3.NS3UnusedSourcesTestCase.test_02_UnusedModuleSources(), and test-ns3.NS3UnusedSourcesTestCase.test_03_UnusedUtilsSources().