Skip to content

Commit 0e7d7da

Browse files
authored
Add unit tests for graph/xml.cc & graph/xml.h (#1833)
* Added new binary for executing unit tests Added new unit tests for argcheck.cc and alt_rsmi.cc files Modified the method to execute unit tests to cover static methods by using a bash script to convert static to non-static functions and variables on the fly restricted to debug build type. * Added new unit tests for src/transport/shm.cc * Added new unit tests for graph/xml.cc
1 parent e2c9f2f commit 0e7d7da

File tree

2 files changed

+1753
-0
lines changed

2 files changed

+1753
-0
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ if(BUILD_TESTS)
149149
TransportTests.cpp
150150
common/main_fixtures.cpp
151151
common/EnvVars.cpp
152+
graph/XmlTests.cpp
152153
)
153154

154155
add_executable(rccl-UnitTestsFixtures ${TEST_FIXTURE_SOURCE_FILES})

0 commit comments

Comments
 (0)