A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
test-ns3.NS3DependenciesTestCase Class Reference

ns-3 tests related to dependencies More...

+ Inheritance diagram for test-ns3.NS3DependenciesTestCase:
+ Collaboration diagram for test-ns3.NS3DependenciesTestCase:

Public Member Functions

def 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)
 

Detailed Description

ns-3 tests related to dependencies

Definition at line 385 of file test-ns3.py.

Member Function Documentation

◆ test_01_CheckIfIncludedHeadersMatchLinkedModules()

def 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)

Returns
None

Definition at line 390 of file test-ns3.py.

References list.


The documentation for this class was generated from the following file: