mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
- enable configurable dockerfile, runtime-opt, and ctest-opt parameters in the XML file for the Build_Run_Tests step - pass runtime options to `docker run` to support ctest execution with CUDA - allow additional ctest options for selective test execution and labeling
16 lines
414 B
XML
16 lines
414 B
XML
<!-- SPDX-License-Identifier: LicenseRef-CSSL-1.0 -->
|
|
|
|
<testCaseList>
|
|
<htmlTabRef>build-run-test-tab</htmlTabRef>
|
|
<htmlTabName>Build and Run Unit Tests</htmlTabName>
|
|
<htmlTabIcon>wrench</htmlTabIcon>
|
|
|
|
<testCase>
|
|
<class>Build_Run_Tests</class>
|
|
<desc>Build and Run UnitTests</desc>
|
|
<dockerfile>docker/Dockerfile.unittest.ubuntu</dockerfile>
|
|
<node>obelix</node>
|
|
</testCase>
|
|
|
|
</testCaseList>
|