ns-3 tests related to dependencies More...
Public Member Functions | |
test_01_CheckIfIncludedHeadersMatchLinkedModules (self) | |
Checks if headers from different modules (src/A, contrib/B) that are included by the current module (src/C) source files correspond to the list of linked modules LIBNAME C LIBRARIES_TO_LINK A (missing B) | |
ns-3 tests related to dependencies
Definition at line 382 of file test-ns3.py.
test-ns3.NS3DependenciesTestCase.test_01_CheckIfIncludedHeadersMatchLinkedModules | ( | self | ) |
Checks if headers from different modules (src/A, contrib/B) that are included by the current module (src/C) source files correspond to the list of linked modules LIBNAME C LIBRARIES_TO_LINK A (missing B)
Definition at line 387 of file test-ns3.py.