#include <gtest/gtest.h>
#include <jlm/tooling/CommandLine.hpp>
#include <cstring>
Go to the source code of this file.
|
| static const jlm::tooling::JlmOptCommandLineOptions & | ParseCommandLineArguments (const std::vector< std::string > &commandLineArguments) |
| |
| | TEST (JlmOptCommandLinerParserTests, TestOptimizationCommandLineArgumentConversion) |
| |
| | TEST (JlmOptCommandLinerParserTests, TestStatisticsCommandLineArgumentConversion) |
| |
| | TEST (JlmOptCommandLinerParserTests, TestOutputFormatToCommandLineArgument) |
| |
| | TEST (JlmOptCommandLinerParserTests, OutputFormatParsing) |
| |
◆ ParseCommandLineArguments()
◆ TEST() [1/4]
| TEST |
( |
JlmOptCommandLinerParserTests |
, |
|
|
OutputFormatParsing |
|
|
) |
| |
◆ TEST() [2/4]
| TEST |
( |
JlmOptCommandLinerParserTests |
, |
|
|
TestOptimizationCommandLineArgumentConversion |
|
|
) |
| |
◆ TEST() [3/4]
| TEST |
( |
JlmOptCommandLinerParserTests |
, |
|
|
TestOutputFormatToCommandLineArgument |
|
|
) |
| |
◆ TEST() [4/4]
| TEST |
( |
JlmOptCommandLinerParserTests |
, |
|
|
TestStatisticsCommandLineArgumentConversion |
|
|
) |
| |